Eris\Listener\Log::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $file, $time, $pid )
    public function __construct($file, $time, $pid)
    {
        $this->file = $file;
        $this->fp = fopen($file, 'w');
        $this->time = $time;
        $this->pid = $pid;
    }