PHP Class TemplateConverterListObject

Show file Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
GetNewTagContent ( $p_optArray )
__construct ( array $p_optArray )
getEndList ( )
getListString ( )
setEndList ( string $p_endString, boolean $p_overwrite = false )

Private Methods

Method Description
parse ( array $p_optArray )

Method Details

GetNewTagContent() public static method

public static GetNewTagContent ( $p_optArray )

__construct() public method

public __construct ( array $p_optArray )
$p_optArray array

getEndList() public method

public getEndList ( )

getListString() public method

public getListString ( )

setEndList() public method

public setEndList ( string $p_endString, boolean $p_overwrite = false )
$p_endString string The end list string
$p_overwrite boolean True to overwrite the current end list value, default value false