/**
  * {@inheritdoc}
  */
 protected function onPrefixKeys(array $arguments, $prefix)
 {
     return PrefixHelpers::skipLastArgument($arguments, $prefix);
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function prefixKeys($prefix)
 {
     PrefixHelpers::all($this, $prefix);
 }
예제 #3
0
 /**
  * {@inheritdoc}
  */
 protected function onPrefixKeys(array $arguments, $prefix)
 {
     return PrefixHelpers::multipleKeys($arguments, $prefix);
 }
예제 #4
0
 /**
  * {@inheritdoc}
  */
 public function prefixKeys($prefix)
 {
     PrefixHelpers::interleaved($this, $prefix);
 }
예제 #5
0
 /**
  * {@inheritdoc}
  */
 public function prefixKeys($prefix)
 {
     PrefixHelpers::skipLast($this, $prefix);
 }