Lines Matching refs:createColumnEntry

66 …$this->assertEquals($this->createColumnEntry('type', false, 'type',  'type', 'type', ''), $helper-…
67 …$this->assertEquals($this->createColumnEntry('types', true, 'type', 'type', 'type', ''), $helper-…
68 … $this->assertEquals($this->createColumnEntry('', false, '', '', '', ''), $helper->_column(''));
69 …$this->assertEquals($this->createColumnEntry('type_url', false, 'type', 'type', 'type', 'url'), $h…
70 …$this->assertEquals($this->createColumnEntry('type_urls', true, 'type', 'type', 'type', 'url'), $h…
72 …$this->assertEquals($this->createColumnEntry('type_hidden', false, 'type', 'type', 'type', 'hidden…
73 …$this->assertEquals($this->createColumnEntry('type_hiddens', true, 'type', 'type', 'type', 'hidden…
75 …$this->assertEquals($this->createColumnEntry('%title%', false, '%title%', '%title%', 'Page', 'titl…
76 …$this->assertEquals($this->createColumnEntry('%pageid%', false, '%pageid%', '%pageid%','Title', 'p…
77 …$this->assertEquals($this->createColumnEntry('%class%', false, '%class%', '%class%', 'Page Class',…
78 …$this->assertEquals($this->createColumnEntry('%lastmod%', false, '%lastmod%', '%lastmod%', 'Last M…
80 …$this->assertEquals($this->createColumnEntry('Type', false, 'type', 'Type', 'Type', ''), $helper->…
84 …$this->assertEquals($this->createColumnEntry('trans_urls', true, 'trans', 'trans', 'Translated Tit…
88 …$this->assertEquals($this->createColumnEntry('trans_urls', true, 'trans', 'trans', 'Übersetzter Ti…
205 protected function createColumnEntry($name, $multi, $key, $origkey, $title, $type) { function in helper_plugin_dataau_test