Home
last modified time | relevance | path

Searched refs:targetpages (Results 1 – 5 of 5) sorted by relevance

/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php10 var $targetpages; variable in helper_plugin_bureaucracyau_actiontemplate
31 $this->targetpages = array();
46 if(empty($this->targetpages)) {
131 if (!isset($this->targetpages[$this->pagename])) {
132 $this->targetpages[$this->pagename] = pageTemplate(array($this->pagename));
179 if (!isset($this->targetpages[$newTargetpageid])) {
199 foreach (array_keys($this->targetpages) as $pname) {
221 foreach ($this->targetpages as $pageName => $template) {
294 $pages = array_keys($this->targetpages);
411 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php10 var $targetpages; variable in helper_plugin_bureaucracyau_actiontemplate
31 $this->targetpages = array();
46 if(empty($this->targetpages)) {
131 if (!isset($this->targetpages[$this->pagename])) {
132 $this->targetpages[$this->pagename] = pageTemplate(array($this->pagename));
179 if (!isset($this->targetpages[$newTargetpageid])) {
199 foreach (array_keys($this->targetpages) as $pname) {
221 foreach ($this->targetpages as $pageName => $template) {
294 $pages = array_keys($this->targetpages);
411 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);
/plugin/bureaucracy/helper/
H A Dactiontemplate.php13 var $targetpages; variable in helper_plugin_bureaucracy_actiontemplate
34 $this->targetpages = array();
60 if(empty($this->targetpages)) {
172 if (!isset($this->targetpages[$this->pagename])) {
175 $this->targetpages[$this->pagename] = pageTemplate(array($this->pagename));
223 if (!isset($this->targetpages[$newTargetpageid])) {
243 foreach (array_keys($this->targetpages) as $pname) {
265 foreach ($this->targetpages as $pageName => $template) {
338 $pages = array_keys($this->targetpages);
460 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);
/plugin/bureaucracyau/_test/
H A Dactions_template.test.php71 $this->assertEmpty($action->targetpages);
82 $templateaction->targetpages = array();
/plugin/bureaucracy-au/_test/
H A Dactions_template.test.php71 $this->assertEmpty($action->targetpages);
82 $templateaction->targetpages = array();