コード例 #1
0
 public function __get($key)
 {
     if (isset($this->items[$key]) && $this->mvc->context->request_method == 'post' && !$this->post_processed) {
         // TODO: Process??
     }
     if ($key == 'namespace') {
         return $this->namespace;
         //return parent::__get('name');
     }
     return parent::__get($key);
 }