PHP 클래스 LdapTools\Security\Ace\AceObjectFlags

저자: Chad Sikorra ([email protected])
상속: extends LdapTools\Security\Flags
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
inheritedObjectTypePresent ( null | boolean $action = null ) Check or set whether an inherited object type is present. This is done automatically when setting it on the ACE.
objectTypePresent ( null | boolean $action = null ) Check or set whether an object type is present. This is done automatically when setting it on the ACE.
objectTypesInvalid ( ) : boolean Check whether object types are invalid.

메소드 상세

inheritedObjectTypePresent() 공개 메소드

Check or set whether an inherited object type is present. This is done automatically when setting it on the ACE.
public inheritedObjectTypePresent ( null | boolean $action = null )
$action null | boolean

objectTypePresent() 공개 메소드

Check or set whether an object type is present. This is done automatically when setting it on the ACE.
public objectTypePresent ( null | boolean $action = null )
$action null | boolean

objectTypesInvalid() 공개 메소드

Check whether object types are invalid.
public objectTypesInvalid ( ) : boolean
리턴 boolean