phpQueryObject::xmlOuter PHP Method

xmlOuter() public method

public xmlOuter ( $callback1 = null, $callback2 = null, $callback3 = null )
    public function xmlOuter($callback1 = null, $callback2 = null, $callback3 = null)
    {
        $args = func_get_args();
        return call_user_func_array(array($this, 'htmlOuter'), $args);
    }