PHP Interface Webiny\Component\StdLib\StdObject\StdObjectInterface

Show file Open project: Webiny/Framework

Public Methods

Method Description
__construct ( mixed $value ) Constructor.
__toString ( ) : mixed To string implementation.

Method Details

__construct() public method

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

__toString() public method

To string implementation.
public __toString ( ) : mixed
return mixed