@@ -115,6 +115,10 @@ discard block |
||
115 | 115 | return \TestHelperCntl::getContext(); |
116 | 116 | } |
117 | 117 | |
118 | + /** |
|
119 | + * @param string $type |
|
120 | + * @param string $name |
|
121 | + */ |
|
118 | 122 | public function getCachePublic( $type, $name = null ) |
119 | 123 | { |
120 | 124 | return $this->getCache( $type, $name ); |
@@ -127,6 +131,11 @@ discard block |
||
127 | 131 | } |
128 | 132 | |
129 | 133 | |
134 | + /** |
|
135 | + * @param string $path |
|
136 | + * @param string $domain |
|
137 | + * @param string $code |
|
138 | + */ |
|
130 | 139 | public function getTypeIdPublic( $path, $domain, $code ) |
131 | 140 | { |
132 | 141 | return $this->getTypeId( $path, $domain, $code ); |