Methods
Search application by path
getByPath(array<mixed,string> $paths) : \salt\DBResult
Static
Parameters
$paths
array<mixed,string>list of paths
Returns
\salt\DBResultAll application with theses paths
Return group element type
getGroupType()
Static
| see |
|
| inherited_from |
\sso\SsoGroupable::getGroupType() |
Field name that contain name of group element
getNameField()
| see |
|
| inherited_from |
\sso\SsoGroupable::getNameField() |
Retrieve last validation error
lastError() : string
Returns
stringerror message
Retrieve objects
search(array<mixed,mixed> $criteria, \salt\Pagination $pagination = NULL)
Static
| see |
|
| inherited_from |
\sso\SsoAdministrable::search() |
Parameters
$criteria
array<mixed,mixed>criteria as key => value
$pagination
\salt\Paginationpagination object
Check values
validate() : boolean
Returns
booleanTRUE if all values are valid, FALSE otherwise
Check an URL exists
urlExists(string $url) : boolean
Parameters
Exceptions
\sso\Exception |
if curl failed |
Returns
booleanTRUE if URL exists, FALSE otherwise
Properties
$description
$description : string
$handler
$handler : string
Last error after validate() call
$lastError : string