Exemplo n.º 1
0
	public function revoke($key)
	{
		$acl = Acl::set('__'.$this->username, $key, false);
	}
Exemplo n.º 2
0
	public function revoke($key)
	{
		$acl = Acl::set($this->name, $key, false);
	}