Craft\Minimee_RemoteAssetModel::exists PHP Method

exists() public method

Always will return true, since it is too expensive to fetch a remote file
public exists ( ) : Bool
return Bool
    public function exists()
    {
        return true;
    }