@@ -377,6 +377,11 @@ <h2>Public Methods</h2>
377377 < td > < a href ="yiiunit-apidoc-data-api-animal-dog.html#getNonEmptyListWithoutGenerics()-detail "> getNonEmptyListWithoutGenerics()</ a > </ td >
378378 < td > </ td >
379379 < td > < a href ="yiiunit-apidoc-data-api-animal-dog.html "> yiiunit\apidoc\data\api\animal\Dog</ a > </ td >
380+ </ tr >
381+ < tr class ="">
382+ < td > < a href ="yiiunit-apidoc-data-api-animal-dog.html#getNullableString()-detail "> getNullableString()</ a > </ td >
383+ < td > Some description</ td >
384+ < td > < a href ="yiiunit-apidoc-data-api-animal-dog.html "> yiiunit\apidoc\data\api\animal\Dog</ a > </ td >
380385 </ tr >
381386 < tr class ="">
382387 < td > < a href ="yiiunit-apidoc-data-api-animal-dog.html#getObjectShapeWithStaticGeneric()-detail "> getObjectShapeWithStaticGeneric()</ a > </ td >
@@ -1102,6 +1107,51 @@ <h2>Method Details</h2>
11021107</ span > {
11031108 < span class ="hljs-keyword "> return</ span > [];
11041109}
1110+ </ code >
1111+ </ pre >
1112+ </ div >
1113+ </ div >
1114+
1115+ </ div >
1116+ < div class ="">
1117+ < div class ="detail-header h3 ">
1118+ < a class ="tool-link " title ="go to top "> < span class ="glyphicon glyphicon-arrow-up "> </ span > </ a >
1119+ < a class ="tool-link hash " href ="yiiunit-apidoc-data-api-animal-dog.html#getNullableString()-detail " title ="direct link to this method "> < span class ="glyphicon icon-hash "> </ span > </ a >
1120+
1121+ getNullableString()
1122+
1123+ < span class ="detail-header-tag small ">
1124+ public method
1125+ </ span >
1126+ </ div >
1127+
1128+
1129+ < div class ="doc-description ">
1130+
1131+ < p > < strong > Some description</ strong > </ p >
1132+ </ div >
1133+
1134+ < table class ="detail-table table table-striped table-bordered table-hover ">
1135+ < tr > < td colspan ="3 " class ="signature ">
1136+ < span class ="signature-defs "> public</ span > < span class ="signature-type "> < a href ="https://www.php.net/language.types.string "> string</ a > |< a href ="https://www.php.net/language.types.null "> null</ a > </ span > < strong > < a href ="yiiunit-apidoc-data-api-animal-dog.html#getNullableString()-detail "> getNullableString</ a > </ strong > ( )</ td > </ tr >
1137+
1138+ </ table >
1139+
1140+
1141+
1142+
1143+ < p >
1144+ < a class ="btn btn-link " data-toggle ="collapse " role ="button " aria-expanded ="false " aria-controls ="collapseGetNullableString ">
1145+ Source code
1146+ </ a >
1147+ </ p >
1148+ < div class ="collapse ">
1149+ < div class ="card card-body ">
1150+ < pre >
1151+ < code class ="hljs php language-php "> < span class ="hljs-keyword "> public</ span > < span class ="hljs-function "> < span class ="hljs-keyword "> function</ span > < span class ="hljs-title "> getNullableString</ span > < span class ="hljs-params "> ()</ span > : ?< span class ="hljs-title "> string</ span >
1152+ </ span > {
1153+ < span class ="hljs-keyword "> return</ span > < span class ="hljs-keyword "> null</ span > ;
1154+ }
11051155</ code >
11061156 </ pre >
11071157 </ div >
0 commit comments