예제 #1
0
 public function get($key)
 {
     if ($this->readable()) {
         return parent::get($key);
     } else {
         return null;
     }
 }