Craft\Minimee_RemoteAssetModel::exists PHP Метод

exists() публичный Метод

Always will return true, since it is too expensive to fetch a remote file
public exists ( ) : Bool
Результат Bool
    public function exists()
    {
        return true;
    }