Learner\Services\Image\ImageManagerService::randomCatePath PHP Method

randomCatePath() protected method

protected randomCatePath ( $extension )
    protected function randomCatePath($extension)
    {
        return self::$catePath . '/' . $this->randomName() . '.' . $extension;
    }