getMandatory() 공개 메소드

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