phpQueryObject::after PHP Метод

after() публичный Метод

..
public after ( $content ) : phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
Результат phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
    public function after($content)
    {
        return $this->insert($content, __FUNCTION__);
    }