abstract class Poodle\ACL Constants integer CREATE integer DELETE integer EDIT integer REPLY integer VIEW
Methods public static admin ( $path = '*', $action = self::VIEW ) check ( $path, $action = self::VIEW ) create ( $path = NULL ) delete ( $path = NULL ) edit ( $path = NULL ) getActions ( ) isValidAction ( $action, $actions ) isValidPath ( $path ) reply ( $path = NULL ) resolvePaths ( $path ) view ( $path = NULL )
|