PHP Интерфейс Bravo3\Orm\Traits\SerialisableInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
deserialise ( string $value ) Create a new instance of self from the given string representation
serialise ( ) : string Serialise self and return a string representation

Описание методов

deserialise() публичный статический Метод

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

serialise() публичный Метод

Serialise self and return a string representation
public serialise ( ) : string
Результат string