Craft\Minimee_RemoteAssetModel::exists PHP Méthode

exists() public méthode

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