Devise\Models\Scaffolding\Types\CrudScaffolding::extendConstansts PHP Method

extendConstansts() protected method

protected extendConstansts ( )
    protected function extendConstansts()
    {
        $pages = array_merge($this->pages, $this->apis);
        $this->constants['seederPages'] = var_export($pages, true) . ';';
        $this->constants['scaffoldingType'] = 'crud';
    }