Esempio n. 1
0
 /**
  * Check if the Generator + related resources is considered valid or not
  *
  * If any validation errors are found, an exception will be thrown
  *
  * @return void
  */
 public function valid()
 {
     parent::valid();
     $this->_vendor->validate();
     $this->_links->validate();
     $this->_capabilities->validate();
 }