yupe\components\behaviors\FileUploadBehavior::getFilePath PHP Method

getFilePath() public method

public getFilePath ( ) : mixed
return mixed
    public function getFilePath()
    {
        $file = $this->uploadManager->getFilePath($this->getOwner()->{$this->attributeName}, $this->getUploadPath());
        return is_file($file) ? $file : null;
    }