PHP 클래스 Yosymfony\Spress\Core\ContentManager\Collection\CollectionManagerBuilder

저자: Victor Puertas ([email protected])
파일 보기 프로젝트 열기: spress/spress 1 사용 예제들

공개 메소드들

메소드 설명
buildFromConfigArray ( array $config ) : Yosymfony\Spress\Core\ContentManager\Collection\CollectionManager Build a collection manager with collections loaded from config array.

메소드 상세

buildFromConfigArray() 공개 메소드

A config array has the following sign: .Array ( [collection_name_1] => Array ( [attribute_1] => 'value' ) [collection_name_2] => Array ( ) )
public buildFromConfigArray ( array $config ) : Yosymfony\Spress\Core\ContentManager\Collection\CollectionManager
$config array Configuration array with data about collections
리턴 Yosymfony\Spress\Core\ContentManager\Collection\CollectionManager