コード例 #1
0
ファイル: LogFile.php プロジェクト: amit0rana/monolog-viewer
 public function __construct($name, $args)
 {
     setlocale(LC_ALL, 'en_US.UTF8');
     $this->name = $name;
     $this->slug = String::toAscii($name);
     $this->args = $args;
 }
コード例 #2
0
ファイル: Client.php プロジェクト: javiernunez/monolog-viewer
 public function setName($name)
 {
     $this->name = $name;
     $this->slug = String::toAscii($name);
 }