contenido\classes\class.metaobject.php
Project:
Contenido Content Management System
Description: Contenido Base Object
Requirements:
- Author
- unknown
- Con_php_req
- 5.0
- Copyright
- four for business AG
- License
- http://www.contenido.org/license/LIZENZ.txt
- Link
- http://www.4fb.de
- Link
- http://www.contenido.org
- Package
- Contenido Backend classes
- Since
- file available since contenido release <= 4.6 {@internal created unknown modified 2008-06-30, Dominik Ziegler, add security fix $Id: class.metaobject.php 531 2008-07-02 13:30:54Z frederic.schneider $: }}
- Version
- 1.0.4
Constants
\cMetaObject
Package: Default

Parameters
Properties
Methods


assignField( $field, $name, $editwidget, $parameters = array(), $group = "default", $readonly = false) : void
Parameters
Name | Type | Description |
---|---|---|
$field | ||
$name | ||
$editwidget | ||
$parameters | ||
$group | ||
$readonly |


setIcon(string $icon = false) : \none
setIcon ($icon) Defines the icon for this object
Parameters
Returns
Name | Type | Description |
---|---|---|
$icon | string | Icon path |
Type | Description |
---|---|
\none |


setObjectType(int $type) : void
setObjectType ($type)
Sets the object type (either COBJECT_BASE or COBJECT_PLUGIN).
Name | Type | Description |
---|---|---|
$type | int | Constant with the object type |