コード例 #1
0
 public function getResult()
 {
     return self::sortResult($this->desiredOrder->all(), $this->result, $this->dimensions);
 }
コード例 #2
0
 /**
  * @return array
  */
 public function getActions()
 {
     return array_keys($this->actions->all());
 }