Метод |
Описание |
|
findByIdOrAliasAndPid ( mixed $varId, integer $intPid, array $arrOptions = [] ) : ArticleModel | null |
Find an article by its ID or alias and its page |
|
findPublishedById ( integer $intId, array $arrOptions = [] ) : ArticleModel | null |
Find a published article by its ID |
|
findPublishedByIdOrAliasAndPid ( mixed $varId, integer $intPid, array $arrOptions = [] ) : ArticleModel | null |
Find a published article by its ID or alias and its page |
|
findPublishedByPidAndColumn ( integer $intPid, string $strColumn, array $arrOptions = [] ) : Collection | ArticleModel[] | ArticleModel | null |
Find all published articles by their parent ID and column |
|
findPublishedWithTeaserByPid ( integer $intPid, array $arrOptions = [] ) : Collection | ArticleModel[] | ArticleModel | null |
Find all published articles with teaser by their parent ID |
|
findPublishedWithTeaserByPidAndColumn ( integer $intPid, string $strColumn, array $arrOptions = [] ) : Collection | ArticleModel[] | ArticleModel | null |
Find all published articles with teaser by their parent ID and column |
|