PHP 클래스 Sulu\Bundle\ContentBundle\Content\InternalLinksContainer

상속: implements Sulu\Component\Util\ArrayableInterface
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $ids, Sulu\Component\Content\Query\ContentQueryExecutorInterface $contentQueryExecutor, Sulu\Component\Content\Query\ContentQueryBuilderInterface $contentQueryBuilder, $params, Psr\Log\LoggerInterface $logger, $webspaceKey, $languageCode, $showDrafts )
__get ( $name ) magic getter.
__isset ( $name ) magic isset.
getData ( ) : Sulu\Component\Content\Compat\StructureInterface[] Lazy loads the data based on the filter criteria from the config.
toArray ( $depth = null )

비공개 메소드들

메소드 설명
loadData ( ) lazy load data.

메소드 상세

__construct() 공개 메소드

public __construct ( $ids, Sulu\Component\Content\Query\ContentQueryExecutorInterface $contentQueryExecutor, Sulu\Component\Content\Query\ContentQueryBuilderInterface $contentQueryBuilder, $params, Psr\Log\LoggerInterface $logger, $webspaceKey, $languageCode, $showDrafts )
$contentQueryExecutor Sulu\Component\Content\Query\ContentQueryExecutorInterface
$contentQueryBuilder Sulu\Component\Content\Query\ContentQueryBuilderInterface
$logger Psr\Log\LoggerInterface

__get() 공개 메소드

magic getter.
public __get ( $name )

__isset() 공개 메소드

magic isset.
public __isset ( $name )

getData() 공개 메소드

Lazy loads the data based on the filter criteria from the config.
public getData ( ) : Sulu\Component\Content\Compat\StructureInterface[]
리턴 Sulu\Component\Content\Compat\StructureInterface[]

toArray() 공개 메소드

public toArray ( $depth = null )