Phirehose::checkFilterPredicates PHP Метод

checkFilterPredicates() защищенный Метод

Note that even if predicates are changed every 5 seconds, an actual reconnect will not happen more frequently than every 2 minutes (as per Twitter Streaming API documentation). Note also that this method is called upon every connect attempt, so if your predicates are causing connection errors, they should be checked here and corrected. This should be implemented/overridden in any subclass implementing the FILTER method.
См. также: setTrack()
См. также: setFollow()
См. также: Phirehose::METHOD_FILTER
protected checkFilterPredicates ( )
    protected function checkFilterPredicates()
    {
        // Override in subclass
    }