$draw
$draw : \WebinoDraw\Service\DrawService
Draw matched containers and return the JSON XHTML of matched fragments
$draw : \WebinoDraw\Service\DrawService
$event : \WebinoDraw\Event\AjaxEvent
__construct(\WebinoDraw\Service\DrawService $draw)
\WebinoDraw\Service\DrawService | $draw |
getEvent() : \WebinoDraw\Event\AjaxEvent
setEvent(\WebinoDraw\Event\AjaxEvent $event)
\WebinoDraw\Event\AjaxEvent | $event |
createContainer(\WebinoDraw\Dom\Document $dom, string $xpath) : string
Return XHTML of nodes matched by XPath
\WebinoDraw\Dom\Document | $dom | |
string | $xpath |
XHTML
respond(\WebinoDraw\Dom\Document $dom, string $xpath) : \WebinoDraw\Ajax\Json
\WebinoDraw\Dom\Document | $dom | |
string | $xpath |