PHP Interface Webiny\Component\StdLib\StdObject\StdObjectInterface

Afficher le fichier Open project: Webiny/Framework

Méthodes publiques

Méthode Description
__construct ( mixed $value ) Constructor.
__toString ( ) : mixed To string implementation.

Method Details

__construct() public méthode

Set standard object value.
public __construct ( mixed $value )
$value mixed

__toString() public méthode

To string implementation.
public __toString ( ) : mixed
Résultat mixed