phpQueryObject::after PHP Method

after() public method

..
public after ( $content ) : phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
return phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
    public function after($content)
    {
        return $this->insert($content, __FUNCTION__);
    }