App\Http\Controllers\ImageController::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( )
    public function __construct()
    {
        $this->background_color = [230, 230, 230];
        $this->text_color = [0, 0, 0];
        $this->font = base_path('resources/font/BiauKai.ttf');
    }