コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function set($value)
 {
     $this->value = $value;
     $this->storage->set($this);
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function total()
 {
     return $this->state->getCounter('qtotal');
 }