PHP Класс ConfigurationModule, vanilla

Zurmo is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation with the addition of the following permission added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY ZURMO, ZURMO DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. Zurmo 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 Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program; if not, see http://www.gnu.org/licenses or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. You can contact Zurmo, Inc. with a mailing address at 27 North Wacker Drive Suite 370 Chicago, IL 60606. or at email address [email protected]. The interactive user interfaces in original and modified versions of this program must display Appropriate Legal Notices, as required under Section 5 of the GNU Affero General Public License version 3. In accordance with Section 7(b) of the GNU Affero General Public License version 3, these Appropriate Legal Notices must retain the display of the Zurmo logo and Zurmo copyright notice. If the display of the logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices must display the words "Copyright Zurmo Inc. 2015. All rights reserved". ******************************************************************************
Наследование: extends SecurableModule
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$ConfigurationModule ConfigurationModule
$RenderAll Whether or not the view is rendering the entire page.

Защищенные свойства (Protected)

Свойство Тип Описание
$_Schema A definition of the data that this will manage.

Открытые методы

Метод Описание
__construct ( $Sender = null )
controller ( ) : Gdn_Controller
form ( Gdn_Form $NewValue = null ) : Gdn_Form
hasFiles ( ) : boolean
initialize ( null $Schema = null )
labelCode ( $SchemaRow ) : boolean | mixed | string
renderAll ( )
schema ( array $Def = null ) Set the data definition to load/save from the config.

Описание методов

__construct() публичный Метод

public __construct ( $Sender = null )

controller() публичный Метод

public controller ( ) : Gdn_Controller
Результат Gdn_Controller

form() публичный Метод

public form ( Gdn_Form $NewValue = null ) : Gdn_Form
$NewValue Gdn_Form
Результат Gdn_Form

hasFiles() публичный Метод

public hasFiles ( ) : boolean
Результат boolean

initialize() публичный Метод

public initialize ( null $Schema = null )
$Schema null

labelCode() публичный Метод

public labelCode ( $SchemaRow ) : boolean | mixed | string
$SchemaRow
Результат boolean | mixed | string

renderAll() публичный Метод

public renderAll ( )

schema() публичный Метод

Set the data definition to load/save from the config.
public schema ( array $Def = null )
$Def array A list of fields from the config that this form will use.

Описание свойств

$ConfigurationModule публичное свойство

public ConfigurationModule $ConfigurationModule
Результат ConfigurationModule

$RenderAll публичное свойство

Whether or not the view is rendering the entire page.
public $RenderAll

$_Schema защищенное свойство

A definition of the data that this will manage.
protected $_Schema