PHP 클래스 M1\Vars\Variables\ReplacementStore

부터: 1.0.0
상속: extends M1\Vars\Resource\AbstractResource, use trait M1\Vars\Traits\FileTrait
파일 보기 프로젝트 열기: m1/Vars 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Vars $vars ) Creates new instance of VariableResource
load ( array $replacements ) : array Creates the replacement variable content from a file or array

메소드 상세

__construct() 공개 메소드

Creates new instance of VariableResource
public __construct ( Vars $vars )
$vars M1\Vars\Vars Instance of the calling Vars

load() 공개 메소드

Creates the replacement variable content from a file or array
public load ( array $replacements ) : array
$replacements array The replacements
리턴 array The replacement variables