isMandatory() 공개 메소드

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