getMandatory() public method

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