PHP Класс Select, googleads-php-lib

Lussumo's Software Library 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. Lussumo's Software Library 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 Vanilla; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA The latest source code is available at www.lussumo.com Contact Mark O'Sullivan at mark [at] lussumo [dot] com Description: Class that builds and maintains a select list. Applications utilizing this file: Vanilla;
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$selectStatement Statement

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

Метод Описание
__construct ( $selectStatement = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

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

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

public __construct ( $selectStatement = null )

getNamespace() публичный метод

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class

getXsiTypeName() публичный метод

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Результат string the xsi:type name of this class

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

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

public Statement $selectStatement
Результат Statement