Exemplo n.º 1
0
 /**
  * @return bool
  */
 public function get()
 {
     if (!$this->any()) {
         return false;
     }
     /** @var RuleResult $result  */
     $result = $this->collection->top();
     return $result->getAction();
 }