コード例 #1
0
 public function __construct(HTTPRequest $httpRequest, HTTPResponse $httpResponse, Logger $logger)
 {
     parent::__construct($httpRequest, $httpResponse, $logger);
     $this->childNamespace = str_replace('\\', DIRECTORY_SEPARATOR, __NAMESPACE__);
     $this->entity = 'Locale';
     $this->tablename = 'locales';
 }