Prado\Web\UI\JuiControls\TJuiControlOptions::__sleep PHP 메소드

__sleep() 공개 메소드

Only serialize the options itself, not the corresponding parent control.
public __sleep ( ) : mixed
리턴 mixed array with the names of all variables of that object that should be serialized.
    public function __sleep()
    {
        return array('_options');
    }