Пример #1
0
 /**
  * Get the command chain context
  * 
  * This functions sets the command subject as the mixer in the context
  *
  * @return  CommandContext
  */
 public function getCommandContext()
 {
     $context = $this->_command_chain->getContext();
     $context->setSubject($this->_mixer);
     return $context;
 }