Пример #1
0
 /**
  * @return bool
  */
 public function isValid()
 {
     return null !== $this->Strategy && $this->Strategy->valuesAreValid();
 }