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