isSingular() public method

Indicates if the field definition of this type can appear only once in the same ContentType.
public isSingular ( ) : boolean
return boolean
コード例 #1
0
ファイル: FieldType.php プロジェクト: Pixy/ezpublish-kernel
 /**
  * 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();
 }