skeeks\cms\relatedProperties\userPropertyTypes\UserPropertyTypeComboText::getConfigFormFile PHP Method

getConfigFormFile() public method

Файл с формой настроек, по умолчанию лежит в той же папке где и компонент.
public getConfigFormFile ( ) : string
return string
    public function getConfigFormFile()
    {
        $class = new \ReflectionClass($this->className());
        return dirname($class->getFileName()) . DIRECTORY_SEPARATOR . 'views/_formUserPropertyTypeComboText.php';
    }