public function __construct()
 {
     parent::__construct(
         self::DATA_TYPE_STRING, 'Serialized datas',
         array(
             'translation_allowed' => false,
             'serialize_supported' => true
         )
     );
 }
 /**
  * Announces datatype identifier and human readable name to eZDataType.
  *
  */
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, 'ymcDateTime');
 }
 /**
  * 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();
 }
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', "Selection", 'Datatype name'), array('serialize_supported' => true));
 }
 /**
  * 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();
 }
 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();
 }
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', 'Ini Setting', 'Datatype name'), array('translation_allowed' => false, 'serialize_supported' => true));
 }
 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')));
 }
 /**
  * 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();
 }
 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')));
 }
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, 'Related Nodes', array('serialize_supported' => true));
 }
 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')));
 }
 /**
  * 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();
 }
Exemple #14
0
 /**
  * Constructor
  *
  */
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('extension/eztags/datatypes', 'Tags'), array('serialize_supported' => true));
 }
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct(Type::IDENTIFIER, ezpI18n::tr('extension/novaseo/text', "Nova SEO Metas", 'Datatype name'));
 }
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('ezcomments/datatype', 'Comments', 'Datatype name'), array('serialize_supported' => true));
 }
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', "XML block", 'Datatype name'), array('serialize_supported' => true));
     $this->deletedStoredObjectAttribute = array();
 }
 /**
  * Constructs a new ymcDatatypeEnhancedSelectionType object.
  */
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, 'ymcEnhancedSelection');
 }
 function __construct()
 {
     parent::__construct( self::DATA_TYPE_STRING, ezpI18n::tr( 'extension/ezstarrating/datatype', 'Star Rating', 'Datatype name' ), array( 'serialize_supported' => true ) );
 }
 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();
 }
 /**
  * Constructor
  *
  */
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, "Layout");
 }
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, ezpI18n::tr('extension/enhancedselection2/datatypes', 'Enhanced Selection 2', 'Datatype name'));
 }
 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')));
 }
 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);
 }
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, ezpI18n::tr('kernel/classes/datatypes', 'URL', 'Datatype name'), array('serialize_supported' => true));
     $this->MaxLenValidator = new eZIntegerValidator();
 }
Exemple #26
0
 function __construct()
 {
     parent::__construct(self::DATA_TYPE_STRING, 'Netgen Indexer', array('translation_allowed' => false));
 }
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct( self::DATA_TYPE_STRING, ezpI18n::tr( 'extension/ezgmaplocation/datatype', "GMap Location", 'Datatype name' ),
                        array( 'serialize_supported' => true ) );
 }
 public function __construct()
 {
     parent::__construct(self::DATATYPE_STRING, 'ymc' . ezi18n('kernel/classes/datatypes', "Info Element", 'Datatype name'));
 }