Horde_Imap_Client_Fetch_Query::contains PHP 메소드

contains() 공개 메소드

Does the query contain the given criteria?
public contains ( integer $criteria ) : boolean
$criteria integer The criteria to remove.
리턴 boolean True if the query contains the given criteria.
    public function contains($criteria)
    {
        return isset($this->_data[$criteria]);
    }