PHP 클래스 Jarves\PackageManager

상속: implements Symfony\Component\DependencyInjection\ContainerAwareInterface
파일 보기 프로젝트 열기: jarves/jarves

보호된 프로퍼티들

프로퍼티 타입 설명
$container Symfony\Component\DependencyInjection\ContainerInterface
$domain string
$path string

공개 메소드들

메소드 설명
getDomain ( ) : string
getJarves ( ) : Jarves
getPath ( ) : string
installContents ( Node $pNode, array $pBoxedContents )
installDemoData ( )
installNodes ( Node $pNode, array $pChildren )
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
setDomain ( string $domain )
setPath ( string $path )

메소드 상세

getDomain() 공개 메소드

public getDomain ( ) : string
리턴 string

getJarves() 공개 메소드

public getJarves ( ) : Jarves
리턴 Jarves

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

installContents() 공개 메소드

public installContents ( Node $pNode, array $pBoxedContents )
$pNode Jarves\Model\Node
$pBoxedContents array

installDemoData() 공개 메소드

public installDemoData ( )

installNodes() 공개 메소드

public installNodes ( Node $pNode, array $pChildren )
$pNode Jarves\Model\Node
$pChildren array

setContainer() 공개 메소드

public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface

setDomain() 공개 메소드

public setDomain ( string $domain )
$domain string

setPath() 공개 메소드

public setPath ( string $path )
$path string

프로퍼티 상세

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

protected ContainerInterface,Symfony\Component\DependencyInjection $container
리턴 Symfony\Component\DependencyInjection\ContainerInterface

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

protected string $domain
리턴 string

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

protected string $path
리턴 string