PHP 클래스 Bravo3\Orm\Enum\OrmEnum

상속: extends Eloquent\Enumeration\AbstractEnumeration, implements Bravo3\Orm\Traits\SerialisableInterface
파일 보기 프로젝트 열기: bravo3/orm

공개 메소드들

메소드 설명
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