Bolt\Controller\Base::getContent PHP Méthode

getContent() protected méthode

Shortcut for {@see \Bolt\Legacy\Storage::getContent()}
See also: Bolt\Legacy\Storage::getContent()
protected getContent ( string $textquery, array $parameters = [], array &$pager = [], array $whereparameters = [] ) : Content | Content[]
$textquery string
$parameters array
$pager array
$whereparameters array
Résultat Bolt\Legacy\Content | Bolt\Legacy\Content[]
    protected function getContent($textquery, $parameters = [], &$pager = [], $whereparameters = [])
    {
        return $this->storage()->getContent($textquery, $parameters, $pager, $whereparameters);
    }