isMandatory() public method

returns mandatory.
public isMandatory ( ) : boolean
return boolean
Example #1
0
 /**
  * returns mandatory.
  *
  * @return bool
  */
 public function isMandatory()
 {
     return $this->property->isMandatory();
 }