Home
last modified time | relevance | path

Searched defs:typehint (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DTypeTest.php53 …public function testJSONBaseTypes($typehint, $expectedJSONRPCType, $expectedXMLRPCType, $context =…
67 …public function testXMLBaseTypes($typehint, $expectedJSONRPCType, $expectedXMLRPCType, $context = …
92 public function testSubType($typehint, $expected, $context = '')
/dokuwiki/inc/Remote/OpenApiDoc/
H A DType.php7 protected $typehint; variable in dokuwiki\\Remote\\OpenApiDoc\\Type
14 public function __construct($typehint, $context = '')