Learner\Services\Image\AvatarManagerService::getFilePath PHP Method

getFilePath() protected method

Get the file path in public folder.
protected getFilePath ( string $name ) : string
$name string
return string
    protected function getFilePath($name)
    {
        return self::$directory . '/' . '_' . str_random(12) . '_' . $name . '.' . self::$extension;
    }