|
13210 | 13210 | 'xslt_set_scheme_handler' => ['', 'xh'=>'', 'handlers'=>'array'], |
13211 | 13211 | 'xslt_set_scheme_handlers' => ['', 'xh'=>'', 'handlers'=>'array'], |
13212 | 13212 | 'xslt_setopt' => ['', 'processor'=>'', 'newmask'=>'int'], |
13213 | | -'XSLTProcessor::getParameter' => ['string', 'namespaceuri'=>'string', 'localname'=>'string'], |
| 13213 | +'XSLTProcessor::getParameter' => ['string|false', 'namespaceuri'=>'string', 'localname'=>'string'], |
13214 | 13214 | 'XsltProcessor::getSecurityPrefs' => ['int'], |
13215 | 13215 | 'XSLTProcessor::hasExsltSupport' => ['bool'], |
13216 | 13216 | 'XSLTProcessor::importStylesheet' => ['bool', 'stylesheet'=>'object'], |
|
13220 | 13220 | 'XSLTProcessor::setParameter\'1' => ['bool', 'namespace'=>'string', 'options'=>'array'], |
13221 | 13221 | 'XSLTProcessor::setProfiling' => ['bool', 'filename'=>'string'], |
13222 | 13222 | 'XsltProcessor::setSecurityPrefs' => ['int', 'securityPrefs'=>'int'], |
13223 | | -'XSLTProcessor::transformToDoc' => ['DOMDocument', 'doc'=>'DOMNode'], |
| 13223 | +'XSLTProcessor::transformToDoc' => ['DOMDocument|false', 'doc'=>'DOMNode'], |
13224 | 13224 | 'XSLTProcessor::transformToURI' => ['int', 'doc'=>'DOMDocument', 'uri'=>'string'], |
13225 | | -'XSLTProcessor::transformToXML' => ['string|false', 'doc'=>'DOMDocument|SimpleXMLElement'], |
| 13225 | +'XSLTProcessor::transformToXML' => ['string|false|null', 'doc'=>'DOMDocument|SimpleXMLElement'], |
13226 | 13226 | 'Yaconf::get' => ['mixed', 'name'=>'string', 'default_value='=>'mixed'], |
13227 | 13227 | 'Yaconf::has' => ['bool', 'name'=>'string'], |
13228 | 13228 | 'Yaf_Action_Abstract::__construct' => ['void', 'request'=>'Yaf_Request_Abstract', 'response'=>'Yaf_Response_Abstract', 'view'=>'Yaf_View_Interface', 'invokeArgs='=>'?array'], |
|
0 commit comments