Exemplo n.º 1
0
 /**
  * Sets default ACL to use if another ACL is not explicitly set
  *
  * @param  Acl\Acl $acl [optional] ACL object. Default is null, which
  *                      sets no ACL object.
  * @return void
  */
 public static function setDefaultAcl(Acl\Acl $acl = null)
 {
     self::$defaultAcl = $acl;
 }