コード例 #1
0
ファイル: genghis.php プロジェクト: andyjinkim/genghis
 public function __construct($url, $status = 301)
 {
     parent::__construct($url, $status);
 }
コード例 #2
0
ファイル: AssetResponse.php プロジェクト: rosslittle/genghis
 public function __construct($name, $content, $headers = array())
 {
     parent::__construct($content);
     $this->name = $name;
     $this->headers = array_merge(array('Content-type' => $this->getContentType()), $headers);
 }