Carbon_Fields\Container\Widget_Container::init PHP Method

init() public method

Perform instance initialization after calling setup()
public init ( )
    public function init()
    {
        $this->_attach();
        $this->render();
        return $this;
    }