PHP 트레잇 Crud\Traits\SerializeTrait

파일 보기 프로젝트 열기: friendsofcake/crud

공개 메소드들

메소드 설명
serialize ( null | array $keys = null ) : mixed Change the serialize keys

메소드 상세

serialize() 공개 메소드

If $keys is NULL the current configuration is returned else the $serialize configuration is changed.
public serialize ( null | array $keys = null ) : mixed
$keys null | array Keys to serialize
리턴 mixed