Pantheon\Terminus\Models\Lock::serialize PHP 메소드

serialize() 공개 메소드

public serialize ( )
    public function serialize()
    {
        return ['locked' => $this->isLocked() ? 'true' : 'false', 'username' => $this->get('username'), 'password' => $this->get('password')];
    }