306306 <description >Constructor</description >
307307 <long-description >< p> Create an instance using the provided information. If nothing is
308308provided for the describedBy field, the class default will be used;
309- if the httpStatus matches any known, the title field will be selected
309+ if the status matches any known, the title field will be selected
310310from $problemStatusTitles as a result.< /p> </long-description >
311- <tag line =" 118" name =" param" description =" " type =" int" variable =" $httpStatus " >
311+ <tag line =" 118" name =" param" description =" " type =" int" variable =" $status " >
312312 <type by_reference =" false" >int</type >
313313 </tag >
314314 <tag line =" 118" name =" param" description =" " type =" string" variable =" $detail" >
@@ -322,7 +322,7 @@ from $problemStatusTitles as a result.</p></long-description>
322322 </tag >
323323 </docblock >
324324 <argument line =" 131" >
325- <name >$httpStatus </name >
325+ <name >$status </name >
326326 <default ></default >
327327 <type />
328328 </argument >
@@ -1944,7 +1944,7 @@ a Content-Type header appropriate to the response it describes.</description>
19441944
19451945< ul>
19461946< li> application/hal+json for a result that contains HAL-compliant links< /li>
1947- < li> application/api- problem+json for a result that contains a Problem
1947+ < li> application/problem+json for a result that contains a Problem
19481948API-formatted response< /li>
19491949< li> application/json for all other responses< /li>
19501950< /ul> </long-description >
@@ -2553,7 +2553,7 @@ to allow injecting the specific resource you wish to use (and its listeners),
25532553which will also allow you to have multiple instances of the controller when
25542554desired.< /p> </long-description >
25552555 <tag line =" 16" name =" see" description =" \PhlyRestfully\http://tools.ietf.org/html/draft-kelly-json-hal-03" refers =" \PhlyRestfully\http://tools.ietf.org/html/draft-kelly-json-hal-03" />
2556- <tag line =" 16" name =" see" description =" \PhlyRestfully\http://tools.ietf.org/html/draft-nottingham-http-problem-02 " refers =" \PhlyRestfully\http://tools.ietf.org/html/draft-nottingham-http-problem-02 " />
2556+ <tag line =" 16" name =" see" description =" \PhlyRestfully\http://tools.ietf.org/html/draft-nottingham-http-problem-05 " refers =" \PhlyRestfully\http://tools.ietf.org/html/draft-nottingham-http-problem-05 " />
25572557 </docblock >
25582558 <method final =" false" abstract =" false" static =" false" visibility =" public" namespace =" PhlyRestfully" line =" 129" package =" Default" >
25592559 <name >__construct</name >
0 commit comments