Neos\Flow\Persistence\Doctrine\QueryResult::initialize PHP Méthode

initialize() protected méthode

Loads the objects this QueryResult is supposed to hold
protected initialize ( ) : void
Résultat void
    protected function initialize()
    {
        if (!is_array($this->rows)) {
            $this->rows = $this->query->getResult();
        }
    }