예제 #1
0
 /**
  * Returns the denied ids which match the given action and resource type
  *
  * @param string|array $action
  * @param string|\BeatSwitch\Lock\Resources\Resource $resourceType
  * @return array
  */
 public function denied($action, $resourceType)
 {
     $this->assertLockInstanceIsSet();
     return $this->lock->denied($action, $resourceType);
 }