/**
  * @inheritdoc
  */
 public function actions()
 {
     return array('stream' => array('class' => \humhub\modules\content\components\actions\ContentContainerStream::className(), 'contentContainer' => $this->getSpace()));
 }
 /**
  * @inheritdoc
  */
 public function actions()
 {
     return array('stream' => array('class' => \humhub\modules\content\components\actions\ContentContainerStream::className(), 'mode' => \humhub\modules\content\components\actions\ContentContainerStream::MODE_NORMAL, 'contentContainer' => $this->contentContainer));
 }