Newscoop\Services\TemplatesService::setVector PHP Метод

setVector() публичный Метод

By default vector is filled with 6 parameters: * (int) language * (int) publication * (int) issue * (int) section * (int) article * (string) params In this service vector is allways prefilled only with publication and language values. You need to set manualny (if needed) issue, section, article or params keys
public setVector ( array $vector )
$vector array
    public function setVector($vector)
    {
        $this->smarty->campsiteVector = $vector;
    }