Encore\Admin\Widgets\Box::__construct PHP Метод

__construct() публичный Метод

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