예제 #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));
 }