コード例 #1
0
ファイル: Search.php プロジェクト: procod3R/FoolFuuka
 public function __construct(\Foolz\Foolframe\Model\Context $context)
 {
     parent::__construct($context);
     $this->logger = $context->getService('logger');
     $this->preferences = $context->getService('preferences');
     $this->radix_coll = $context->getService('foolfuuka.radix_collection');
     $this->media_factory = $context->getService('foolfuuka.media_factory');
 }