コード例 #1
0
 public function __construct()
 {
     parent::__construct(
         self::DATA_TYPE_STRING, 'Serialized datas',
         array(
             'translation_allowed' => false,
             'serialize_supported' => true
         )
     );
 }
コード例 #2
0
 /**
  * Announces datatype identifier and human readable name to eZDataType.
  *
  */
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, 'ymcDateTime');
 }
コード例 #3
0
 /**
  * Ctor.
  * 
  */
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, 'ymc' . ezi18n('kernel/classes/datatypes', 'MSCHAPv2 LM-/NT-password', 'Datatype name'), array('serialize_supported' => false));
     $this->IntegerValidator = new eZIntegerValidator();
 }
コード例 #4
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', "Selection", 'Datatype name'), array('serialize_supported' => true));
 }
コード例 #5
0
 /**
  * Ctor.
  * 
  */
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, 'ymc' . ezi18n('kernel/classes/datatypes', "Domain", 'Datatype name'), array('serialize_supported' => true, 'object_serialize_map' => array('data_text' => 'value'), "translation_allowed" => false));
     $this->IntegerValidator = new eZIntegerValidator();
 }
コード例 #6
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', "Float", 'Datatype name'), array('serialize_supported' => true, 'object_serialize_map' => array('data_float' => 'value')));
     $this->FloatValidator = new eZFloatValidator();
 }
コード例 #7
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', 'Ini Setting', 'Datatype name'), array('translation_allowed' => false, 'serialize_supported' => true));
 }
コード例 #8
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', "Product category", 'Datatype name'), array('serialize_supported' => true, 'object_serialize_map' => array('data_int' => 'value')));
 }
コード例 #9
0
 /**
  * Initializes with a string id and a description.
  */
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, 'ymc' . ezi18n('kernel/classes/datatypes', "Volume", 'Datatype name'), array('serialize_supported' => true, 'object_serialize_map' => array('data_float' => 'value')));
     $this->FloatValidator = new eZFloatValidator();
 }
コード例 #10
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', "ISBN", 'Datatype name'), array('serialize_supported' => true, 'object_serialize_map' => array(self::CONTENT_VALUE => 'isbn')));
 }
コード例 #11
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, 'Related Nodes', array('serialize_supported' => true));
 }
コード例 #12
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('extension/enhancedezbinaryfile/datatype', 'Enhanced File', 'Datatype name'), array('serialize_supported' => true, 'object_serialize_map' => array('data_text' => 'filename')));
 }
コード例 #13
0
 /**
  * Constructs a new ymcDatatypeInstantMessengerType instance.
  * 
  */
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, 'ymc' . ezi18n('kernel/classes/datatypes', 'Instant Messenger', 'Datatype name'), array('serialize_supported' => true, 'object_serialize_map' => array('data_text' => 'text')));
     $this->IntegerValidator = new eZIntegerValidator();
 }
コード例 #14
0
ファイル: eztagstype.php プロジェクト: netbliss/eztags
 /**
  * Constructor
  *
  */
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('extension/eztags/datatypes', 'Tags'), array('serialize_supported' => true));
 }
コード例 #15
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct(Type::IDENTIFIER, ezpI18n::tr('extension/novaseo/text', "Nova SEO Metas", 'Datatype name'));
 }
コード例 #16
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('ezcomments/datatype', 'Comments', 'Datatype name'), array('serialize_supported' => true));
 }
コード例 #17
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', "XML block", 'Datatype name'), array('serialize_supported' => true));
     $this->deletedStoredObjectAttribute = array();
 }
コード例 #18
0
 /**
  * Constructs a new ymcDatatypeEnhancedSelectionType object.
  */
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, 'ymcEnhancedSelection');
 }
コード例 #19
0
 function __construct()
 {
     parent::__construct( self::DATA_TYPE_STRING, ezpI18n::tr( 'extension/ezstarrating/datatype', 'Star Rating', 'Datatype name' ), array( 'serialize_supported' => true ) );
 }
コード例 #20
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', 'Text line', 'Datatype name'), array('serialize_supported' => true, 'object_serialize_map' => array('data_text' => 'text')));
     $this->MaxLenValidator = new eZIntegerValidator();
 }
コード例 #21
0
 /**
  * Constructor
  *
  */
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, "Layout");
 }
コード例 #22
0
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, ezpI18n::tr('extension/enhancedselection2/datatypes', 'Enhanced Selection 2', 'Datatype name'));
 }
コード例 #23
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', "Email", 'Datatype name'), array('serialize_supported' => true, 'object_serialize_map' => array('data_text' => 'email')));
 }
コード例 #24
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', "Identifier", 'Datatype name'), array('serialize_supported' => true, 'object_serialize_map' => array('data_text' => 'identifier', 'data_int' => 'number')));
     $this->IntegerValidator = new eZIntegerValidator(1);
 }
コード例 #25
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', 'URL', 'Datatype name'), array('serialize_supported' => true));
     $this->MaxLenValidator = new eZIntegerValidator();
 }
コード例 #26
0
ファイル: ngindexertype.php プロジェクト: netgen/ngindexer
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, 'Netgen Indexer', array('translation_allowed' => false));
 }
コード例 #27
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct( self::DATA_TYPE_STRING, ezpI18n::tr( 'extension/ezgmaplocation/datatype', "GMap Location", 'Datatype name' ),
                        array( 'serialize_supported' => true ) );
 }
コード例 #28
0
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, 'ymc' . ezi18n('kernel/classes/datatypes', "Info Element", 'Datatype name'));
 }