Psecio\PropAuth\PolicySet::key PHP 메소드

key() 공개 메소드

public key ( )
    public function key()
    {
        $slice = array_slice($this->policies, $this->position, 1);
        return array_keys($slice)[0];
    }