Encore\Admin\Widgets\Box::__construct PHP Method

__construct() public method

public __construct ( $title = '', $content = '' )
    public function __construct($title = '', $content = '')
    {
        if ($title) {
            $this->title($title);
        }
        if ($content) {
            $this->content($content);
        }
    }