/CORE/system/api/portlet/Portlet.php

Description

BIGACE - a PHP and MySQL based Web CMS.
Copyright (C) Kevin Papst.

BIGACE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

BIGACE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

For further information visit http://www.bigace.de.

Classes
Class Description
Portlet A Portlet is a small piece of Logic, normally displayed by a HTML snippet.
Constants
PORTLET_TYPE_BOOLEAN = 30 (line 51)

Boolean is a MUST value that will can choosen by a SelectBox.

PORTLET_TYPE_HTML = 40 (line 56)

HTML behaves like

, but keeps all TAGs.

PORTLET_TYPE_INT = 20 (line 39)

An int value is always numeric.

PORTLET_TYPE_INT_OPTIONAL = 25 (line 47)

Behaves like

, but might also be empty.

PORTLET_TYPE_INT_POSITIVE = 22 (line 43)

An int value that must be greater or equal 0.

PORTLET_TYPE_LANGUAGE = 60 (line 68)

Defines a Language ID.

PORTLET_TYPE_LANGUAGE_OPTIONAL = 65 (line 72)

Defines an optional Language ID. Must not be filled with a value.

PORTLET_TYPE_MENUID = 50 (line 60)

Menu ID must be a Number that might be negative.

PORTLET_TYPE_MENUID_OPTIONAL = 55 (line 64)

This can be an empty Value. Otherwise it behaves like:

PORTLET_TYPE_STRING = 10 (line 28)

The default type of a Portlet Parameter. A String.

PORTLET_TYPE_TEXT = 15 (line 35)

Defines the value as a Text.

Text can be empty, is optional, and can be a mix of Character and Numbers. Text will call

on its value.

Documentation generated by phpDocumentor 1.4.0