skeeks\cms\relatedProperties\userPropertyTypes\UserPropertyTypeSelectFile::getConfigFormFile PHP 메소드

getConfigFormFile() 공개 메소드

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