PHP Class Admin_View_Helper_Camelize

Inheritance: extends Zend_View_Helper_Abstract
Exibir arquivo Open project: sourcefabric/newscoop

Public Methods

Method Description
camelize ( string $string, $spacify = true, boolean $lazy = false ) Camelcase string

Method Details

camelize() public method

Camelcase string
public camelize ( string $string, $spacify = true, boolean $lazy = false )
$string string the string to camelize
$lazy boolean wether to make it lazyCamelCase or not