Imbo\Storage\Filesystem::imageExists PHP Method

imageExists() public method

public imageExists ( $user, $imageIdentifier )
    public function imageExists($user, $imageIdentifier)
    {
        $path = $this->getImagePath($user, $imageIdentifier);
        return file_exists($path);
    }