PHP Class Ouzo\Utilities\Optional

Datei anzeigen Open project: letsdrink/ouzo Class Usage Examples

Public Methods

Method Description
__call ( $name, $arguments )
__get ( $field )
fromNullable ( $object )
of ( $object )

Private Methods

Method Description
__construct ( $object )
_flatten ( )
_get ( )
_isPresent ( )
_map ( $closure )
_or ( $alternativeValue )
_orNull ( )
absent ( )

Method Details

__call() public method

public __call ( $name, $arguments )

__get() public method

public __get ( $field )

fromNullable() public static method

public static fromNullable ( $object )

of() public static method

public static of ( $object )