phpQueryObject::extend PHP Method

extend() public static method

Deprecated, use $pq->plugin() instead.
Deprecation:
public static extend ( $class, $file = null ) : unknown_type
$class
$file
return unknown_type
    public static function extend($class, $file = null)
    {
        return $this->plugin($class, $file);
    }