コード例 #1
0
 /**
  * {@inheritdoc}
  */
 protected function onPrefixKeys(array $arguments, $prefix)
 {
     return PrefixHelpers::skipLastArgument($arguments, $prefix);
 }
コード例 #2
0
ファイル: KeyDelete.php プロジェクト: kchhainarong/chantuchP
 /**
  * {@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
ファイル: SetMove.php プロジェクト: kchhainarong/chantuchP
 /**
  * {@inheritdoc}
  */
 public function prefixKeys($prefix)
 {
     PrefixHelpers::skipLast($this, $prefix);
 }