isSingular() 공개 메소드

Indicates if the field definition of this type can appear only once in the same ContentType.
public isSingular ( ) : boolean
리턴 boolean
예제 #1
0
 /**
  * Indicates if the field definition of this type can appear only once in the same ContentType.
  *
  * @return bool
  */
 public function isSingular()
 {
     return $this->internalFieldType->isSingular();
 }