コード例 #1
0
ファイル: Stacked.php プロジェクト: jgswift/qub
 /**
  * Pushes translate transformation to local stack of transformations
  * @param object $subject
  * @param string $name
  * @param array $arguments
  */
 public function translate($subject, $name, $arguments = [])
 {
     $this->stack->push(new \qub\Transform\Translate($subject, $name, $arguments));
 }