PHP 클래스 Pressbooks\Container

파일 보기 프로젝트 열기: pressbooks/pressbooks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$pimple Pimple\Container

공개 메소드들

메소드 설명
get ( string $var ) : mixed
getPimple ( ) : Pimple\Container
init ( Pimple\Container $pimple = null ) If you add services, don't forget to also edit config/.phpstorm.meta.php
set ( string $key, mixed $val, string $type = null )
setPimple ( Pimple\Container $pimple )

메소드 상세

get() 정적인 공개 메소드

static public get ( string $var ) : mixed
$var string
리턴 mixed

getPimple() 정적인 공개 메소드

static public getPimple ( ) : Pimple\Container
리턴 Pimple\Container

init() 정적인 공개 메소드

If you add services, don't forget to also edit config/.phpstorm.meta.php
static public init ( Pimple\Container $pimple = null )
$pimple Pimple\Container

set() 정적인 공개 메소드

static public set ( string $key, mixed $val, string $type = null )
$key string
$val mixed
$type string (optional)

setPimple() 공개 정적인 메소드

public static setPimple ( Pimple\Container $pimple )
$pimple Pimple\Container

프로퍼티 상세

$pimple 보호되어 있는 정적으로 프로퍼티

protected static Container,Pimple $pimple
리턴 Pimple\Container