Lines Matching refs:_container
35 var $_container = null; // contains the concrete container instance variable in pfcContainer
57 $this->_container = new $container_classname();
61 if ($this->_container)
62 return $this->_container->getDefaultConfig();
68 if ($this->_container)
69 return $this->_container->init($c);
560 $ret = $this->_container->setMeta($group, $subgroup, $leaf, $leafvalue);
644 $ret = $this->_container->getMeta($group, $subgroup, $leaf, $withleafvalue);
682 $ret = $this->_container->incMeta($group, $subgroup, $leaf);
750 return $this->_container->rmMeta($group, $subgroup, $leaf);
759 return $this->_container->encode($str);
768 return $this->_container->decode($str);