Field
extends ObjectModel
Table of Contents
Constants
-
TYPE_SQL
= 8
Properties
-
$active
: mixed
-
$color_default
: mixed
-
$definition
: mixed
-
$desc
: mixed
-
$id_axacf
: mixed
-
$is_multilang
: mixed
-
$is_multishop
: mixed
-
$label
: mixed
-
$name
: mixed
-
$object
: mixed
-
$options
: mixed
-
$sql
: mixed
-
$type
: mixed
-
$webserviceParameters
: mixed
TYPE_SQL
public
mixed
TYPE_SQL
= 8
$active
public
mixed
$active
= 1
$color_default
public
mixed
$color_default
$definition
public
static mixed
$definition
= array('table' => 'axacf', 'primary' => 'id_axacf', 'multilang' => true, 'fields' => array('label' => array('type' => self::TYPE_STRING, 'required' => true, 'validate' => 'isString', 'lang' => true), 'desc' => array('type' => self::TYPE_STRING, 'validate' => 'isString', 'lang' => true), 'name' => array('type' => self::TYPE_STRING, 'required' => true, 'validate' => 'isLinkRewrite'), 'type' => array('type' => self::TYPE_STRING, 'required' => true, 'validate' => 'isString'), 'sql' => array('type' => self::TYPE_SQL), 'options' => array('type' => self::TYPE_STRING), 'color_default' => array('type' => self::TYPE_STRING), 'object' => array('type' => self::TYPE_STRING, 'required' => true, 'validate' => 'isString'), 'is_multilang' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'), 'is_multishop' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'), 'active' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool')))
$desc
public
mixed
$desc
$id_axacf
public
mixed
$id_axacf
$is_multilang
public
mixed
$is_multilang
$is_multishop
public
mixed
$is_multishop
$label
public
mixed
$label
$name
public
mixed
$name
$object
public
mixed
$object
$options
public
mixed
$options
$sql
public
mixed
$sql
$type
public
mixed
$type
$webserviceParameters
protected
mixed
$webserviceParameters
= array('objectsNodeName' => 'axacf', 'fields' => array(), 'objectMethods' => array())