PHP 클래스 Installer\Bundle\Bundle

저자: Bertrand Zuchuat ([email protected])
저자: Clément Jobeili ([email protected])
파일 보기 프로젝트 열기: Garfield-fr/Symfony2Project

보호된 프로퍼티들

프로퍼티 타입 설명
$config
$name
$ns

공개 메소드들

메소드 설명
__construct ( $name, $ns = null, $config = null )
get ( )
getConfig ( )
getName ( )
getNs ( )

비공개 메소드들

메소드 설명
generateNamespace ( $name )

메소드 상세

__construct() 공개 메소드

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

get() 공개 메소드

public get ( )

getConfig() 공개 메소드

public getConfig ( )

getName() 공개 메소드

public getName ( )

getNs() 공개 메소드

public getNs ( )

프로퍼티 상세

$config 보호되어 있는 프로퍼티

protected $config

$name 보호되어 있는 프로퍼티

protected $name

$ns 보호되어 있는 프로퍼티

protected $ns