PHP 클래스 StackFormation\ValueResolver\ValueResolver

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

보호된 프로퍼티들

프로퍼티 타입 설명
$config
$dependencyTracker
$forceProfile
$profileManager

공개 메소드들

메소드 설명
__construct ( DependencyTracker $dependencyTracker = null, Manager $profileManager = null, Config $config = null, string $forceProfile = null ) PlaceholderResolver constructor.
getConfig ( ) : Config
getDependencyTracker ( ) : DependencyTracker
getProfileManager ( ) : Manager
getStackFactory ( Blueprint $sourceBlueprint = null ) : StackFactory
resolvePlaceholders ( $string, Blueprint $sourceBlueprint = null, string $sourceType = null, string $sourceKey = null, integer $circuitBreaker ) : mixed Resolve placeholders

메소드 상세

__construct() 공개 메소드

PlaceholderResolver constructor.
public __construct ( DependencyTracker $dependencyTracker = null, Manager $profileManager = null, Config $config = null, string $forceProfile = null )
$dependencyTracker StackFormation\DependencyTracker
$profileManager StackFormation\Profile\Manager
$config StackFormation\Config
$forceProfile string

getConfig() 공개 메소드

public getConfig ( ) : Config
리턴 StackFormation\Config

getDependencyTracker() 공개 메소드

public getDependencyTracker ( ) : DependencyTracker
리턴 StackFormation\DependencyTracker

getProfileManager() 공개 메소드

public getProfileManager ( ) : Manager
리턴 StackFormation\Profile\Manager

getStackFactory() 공개 메소드

public getStackFactory ( Blueprint $sourceBlueprint = null ) : StackFactory
$sourceBlueprint StackFormation\Blueprint
리턴 StackFormation\StackFactory

resolvePlaceholders() 공개 메소드

Resolve placeholders
public resolvePlaceholders ( $string, Blueprint $sourceBlueprint = null, string $sourceType = null, string $sourceKey = null, integer $circuitBreaker ) : mixed
$string
$sourceBlueprint StackFormation\Blueprint
$sourceType string
$sourceKey string
$circuitBreaker integer
리턴 mixed

프로퍼티 상세

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

protected $config

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

protected $dependencyTracker

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

protected $forceProfile

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

protected $profileManager