PHP 클래스 Psecio\PropAuth\PolicySet

상속: implements ArrayAccess, implements Countable, implements Iterator
파일 보기 프로젝트 열기: psecio/propauth

공개 메소드들

메소드 설명
add ( string $policyName, Policy $policy ) Add a new policy to the current set with the given key name
count ( )
current ( )
instance ( ) : PolicySet Static method to fetch a new instance
key ( )
next ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
rewind ( )
valid ( )

메소드 상세

add() 공개 메소드

Add a new policy to the current set with the given key name
public add ( string $policyName, Policy $policy )
$policyName string Policy name (key)
$policy Policy Policy object instance

count() 공개 메소드

public count ( )

current() 공개 메소드

public current ( )

instance() 공개 정적인 메소드

Static method to fetch a new instance
public static instance ( ) : PolicySet
리턴 PolicySet

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )