layout()->onlyColumn($width, function () use ($callback) { $callback($this); }); return $this; } /** * @return Layout */ public function layout() { return $this->layout ?: ($this->layout = new Layout($this)); } }