FormController::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        parent::__construct();
        // Add location hinting for views
        View::addNamespace('forms', base_path() . "/resources/views/{$this->link_type}/{$this->current_theme}/forms");
    }