Horde_Kolab_Storage_TestCase::getAnnotatedQueriableList PHP Метод

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

protected getAnnotatedQueriableList ( $factory = null )
    protected function getAnnotatedQueriableList($factory = null)
    {
        $factory = $this->completeFactory($factory);
        $list = $this->getAnnotatedList($factory);
        $list->registerQuery(Horde_Kolab_Storage_List::QUERY_BASE, new Horde_Kolab_Storage_List_Query_List_Base($list, array('factory' => $factory)));
        return $list;
    }