public function __construct(Meeting $model) { parent::__construct($model); }
/** * Gets non searchable attributes. * @return array */ public static function getNonSearchableAttributes() { return array_merge(parent::getNonSearchableAttributes(), array('modelClassName', 'processOffset', 'serializedData', 'exportFileType', 'exportFileModel')); }
public function __construct(Task $model) { parent::__construct($model); }
public function __construct(Costbook $model) { parent::__construct($model); }
public function __construct(Animal $model) { parent::__construct($model); }
public function __construct(Opportunity $model) { parent::__construct($model); }
public function __construct(Opportunity $model) { $this->setKanbanBoard(new KanbanBoard($model, 'stage')); parent::__construct($model); }
public function __construct(Agreement $model) { $this->setKanbanBoard(new KanbanBoard($model, 'Status')); parent::__construct($model); }
public function __construct(AgreementProduct $model) { parent::__construct($model); }
public function __construct(Contract $model) { $this->setKanbanBoard(new KanbanBoard($model, 'stage')); parent::__construct($model); }
public function __construct(Unitofmeasure $model) { parent::__construct($model); }
public function __construct(Category $model) { parent::__construct($model); }
public function __construct(DepartmentReference $model) { parent::__construct($model); }
public function __construct(Note $model) { parent::__construct($model); }
public function getAttributesMappedToRealAttributesMetadata() { return array_merge(parent::getAttributesMappedToRealAttributesMetadata(), array('anyCity' => array(array('billingAddress', 'city'), array('shippingAddress', 'city')), 'anyStreet' => array(array('billingAddress', 'street1'), array('shippingAddress', 'street1')), 'anyState' => array(array('billingAddress', 'state'), array('shippingAddress', 'state')), 'anyPostalCode' => array(array('billingAddress', 'postalCode'), array('shippingAddress', 'postalCode')), 'anyCountry' => array(array('billingAddress', 'country'), array('shippingAddress', 'country')), 'anyEmail' => array(array('primaryEmail', 'emailAddress'), array('secondaryEmail', 'emailAddress')), 'anyInvalidEmail' => array(array('primaryEmail', 'isInvalid'), array('secondaryEmail', 'isInvalid')), 'anyOptOutEmail' => array(array('primaryEmail', 'optOut'), array('secondaryEmail', 'optOut')))); }
/** * @return array */ public function getAttributesMappedToRealAttributesMetadata() { return array_merge(parent::getAttributesMappedToRealAttributesMetadata(), array('webFormName' => array(array('name')))); }
public function getAttributesMappedToRealAttributesMetadata() { return array_merge(parent::getAttributesMappedToRealAttributesMetadata(), array('uniqueIdentifier' => array(array('id')))); }