Method |
Description |
|
append ( $suffix ) |
|
|
call ( $function, $argument ) |
|
|
compose ( $functionA, $functionB ) : callable |
Returns the composition of two functions. |
|
constant ( $value ) |
|
|
contains ( $element ) |
|
|
endsWith ( $suffix ) |
|
|
equals ( $object ) |
|
|
extract ( null $type = null ) : Ouzo\Utilities\NonCallableExtractor |
|
|
extractExpression ( $selector, $accessPrivate = false ) |
|
|
extractField ( $name, $accessPrivate = false ) |
|
|
extractFieldRecursively ( $names, $accessPrivate = false ) |
|
|
extractId ( ) |
|
|
formatDateTime ( $format = Date::DEFAULT_TIME_FORMAT ) |
|
|
identity ( ) |
|
|
inArray ( $array ) |
|
|
isArray ( ) |
|
|
isInstanceOf ( $type ) |
|
|
not ( $predicate ) |
|
|
notBlank ( ) |
|
|
notEmpty ( ) |
|
|
notEquals ( $object ) |
|
|
notInArray ( $array ) |
|
|
notNull ( ) |
|
|
prepend ( $prefix ) |
|
|
random ( $min, $max = null ) |
|
|
removePrefix ( $prefix ) |
|
|
startsWith ( $prefix ) |
|
|
surroundWith ( $character ) |
|
|
throwException ( Exception $exception ) |
|
|
toString ( ) |
|
|
trim ( ) |
|
|