Falcon_Connector_bbPress::is_allowed_type PHP Method

is_allowed_type() protected method

protected is_allowed_type ( $type )
    protected function is_allowed_type($type)
    {
        $allowed = array('bbp_topic');
        return in_array($type, $allowed);
    }