Beispiel #1
0
/**
 * Shortcut to PhpQuery::pq($arg1, $context)
 * Chainable.
 *
 * @see     PhpQuery::pq()
 * @param      $arg1
 * @param null $context
 * @return PhpQueryObject|QueryTemplatesSource|QueryTemplatesParse|QueryTemplatesSourceQuery
 * @author  Tobiasz Cudnik <tobiasz.cudnik/gmail.com>
 * @package PhpQuery
 */
function pq($arg1, $context = null)
{
    return PhpQuery::pq($arg1, $context);
}