nemmo\attachments\models\File::getPath PHP Method

getPath() public method

public getPath ( )
    public function getPath()
    {
        return $this->getModule()->getFilesDirPath($this->hash) . DIRECTORY_SEPARATOR . $this->hash . '.' . $this->type;
    }