Encore\Admin\Layout\Row::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $content = '' )
    public function __construct($content = '')
    {
        if (!empty($content)) {
            $this->column(12, $content);
        }
    }