["?content", null, "texte du titre"], ]; /** @var array|string */ protected $ppTitle; function getLayout(array $control): array { return $this->getFgsLayout($control, true); } function getControl(): array { $control = A::with(q($this->ppTitle)); if ($this->ppNaked) return $control; else return $this->getLayout($control); } }