Psecio\PropAuth\PolicySet::key PHP Méthode

key() public méthode

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