Esempio n. 1
0
 protected function &_offset_get($offset)
 {
     $color = isset($this->_stack[$offset]) ? parent::_offset_get($offset) : $this->_new_pen($offset);
     var_dump($color);
     return $color;
 }