Bravo3\Orm\Traits\SerialisableInterface::deserialise PHP Method

deserialise() public static method

Create a new instance of self from the given string representation
public static deserialise ( string $value )
$value string
    public static function deserialise($value);
SerialisableInterface