onlyEmptyInstance() public method

Indicates if the field definition of this type can be added to a ContentType with Content instances.
public onlyEmptyInstance ( ) : boolean
return boolean
コード例 #1
0
ファイル: FieldType.php プロジェクト: Pixy/ezpublish-kernel
 /**
  * Indicates if the field definition of this type can be added to a ContentType with Content instances.
  *
  * @return bool
  */
 public function onlyEmptyInstance()
 {
     return $this->internalFieldType->onlyEmptyInstance();
 }