PHP 인터페이스 Sulu\Bundle\WebsiteBundle\Resolver\StructureResolverInterface

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

공개 메소드들

메소드 설명
resolve ( Sulu\Component\Content\Compat\StructureInterface $structure ) : array This method receives a structure, and should return an array for the template.

메소드 상세

resolve() 공개 메소드

This method receives a structure, and should return an array for the template.
public resolve ( Sulu\Component\Content\Compat\StructureInterface $structure ) : array
$structure Sulu\Component\Content\Compat\StructureInterface The structure to resolve
리턴 array