PHP Class Installer\Bundle\Bundle

Author: Bertrand Zuchuat ([email protected])
Author: ClĂ©ment Jobeili ([email protected])
Show file Open project: Garfield-fr/Symfony2Project

Protected Properties

Property Type Description
$config
$name
$ns

Public Methods

Method Description
__construct ( $name, $ns = null, $config = null )
get ( )
getConfig ( )
getName ( )
getNs ( )

Private Methods

Method Description
generateNamespace ( $name )

Method Details

__construct() public method

public __construct ( $name, $ns = null, $config = null )

get() public method

public get ( )

getConfig() public method

public getConfig ( )

getName() public method

public getName ( )

getNs() public method

public getNs ( )

Property Details

$config protected property

protected $config

$name protected property

protected $name

$ns protected property

protected $ns