App\Http\Controllers\ImageController::__construct PHP Method

__construct() public method

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');
    }