예제 #1
0
 /**
  * Returns a string describing why the policy was violated
  *
  * @return string
  */
 public function getCause()
 {
     return $this->evaluation->getMessage();
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function getMessages()
 {
     return [$this->lastResult->getMessage()];
 }