示例#1
0
 /**
  * {@inheritdoc}
  */
 public function addConstraint($constraint_name, $options = NULL) {
   return $this->wrappedProperty->addConstraint($constraint_name, $options);
 }