Example #1
0
 /**
  * Starts the processing of the command
  */
 public function run()
 {
     $this->_command->process();
     $this->_contents = $this->_command->getResponse();
 }
Example #2
0
 /**
  * ContentCommand constructor.
  *
  * @param ConfigInterface $pConfig
  * @param InternalFactory $pInternalFactory
  */
 public function __construct(ConfigInterface $pConfig, InternalFactory $pInternalFactory)
 {
     parent::__construct($pConfig, $pInternalFactory);
 }