Tuitter_Filter_Interface

The interface of the Tweet filters which is given to Tuitter_Tweets::filter method.

The custome filters have to implement this interface as well.

Methods

check( Tuitter_Tweet $tweet )

Return FALSE when the given Tuitter_Tweet object should be taken away.