PHP Class 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;
Show file Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$selectStatement Statement

Public Methods

Method Description
__construct ( $selectStatement = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $selectStatement = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$selectStatement public property

public Statement $selectStatement
return Statement