I am using this SDK for Parse.com https://github.com/ParsePlatform/parse-php-sdk This is not working for me while sending Push notifications using
$query= ParseInstallation::query();
$query->where('deviceType', 'ios');
parsePush::send(array(
"where" => $query,
"data" => array(
"alert" => "Hello Hello !"
)
));
Getting This: Fatal error: Call to undefined method ParseInstallation::query() in