@@ -138,10 +138,9 @@ <h4>Methods</h4>
138138 < a style ="font-style: italic; " href ="#AbstractResource::UpdateJson() "> UpdateJson</ a > ,
139139 < a style ="font-style: italic; " href ="#AbstractResource::Url() "> Url</ a > ,
140140 < a style ="font-style: italic; " href ="#AbstractResource::__construct() "> __construct</ a > ,
141- < a style ="font-style: italic; " href ="#AbstractResource::get() "> get</ a > ,
142141 < a style ="font-style: italic; " href ="#AbstractResource::getProperty() "> getProperty</ a > ,
143142 < a style ="font-style: italic; " href ="#AbstractResource::listAll() "> listAll</ a > ,
144- < a style ="font-style: italic; " href ="#AbstractResource::populate () "> populate </ a > ,
143+ < a style ="font-style: italic; " href ="#AbstractResource::refresh () "> refresh </ a > ,
145144 < a style ="font-style: italic; " href ="#AbstractResource::setParent() "> setParent</ a > ,
146145 < a style ="font-style: italic; " href ="#AbstractResource::setService() "> setService</ a > ,
147146 < a style ="font-style: italic; " href ="#AbstractResource::test() "> test</ a > ,
@@ -577,58 +576,6 @@ <h4>Tags</h4>
577576</ table >
578577</ div >
579578< div class ="method ">
580- < a id ="AbstractResource::get() "> </ a > < h3 > get< span class ="nb-faded-text "> (
581- mixed
582-
583- $id
584- = null,
585-
586- )
587- </ span >
588- :
589- < span class ="nb-faded-text "> void</ span >
590- </ h3 >
591- < h4 > Description</ h4 >
592- < em > Get a resource from external service based on ID.</ em > < br > < h4 > Arguments</ h4 >
593- < table >
594- < thead > < tr >
595- < th > Name</ th >
596- < th > Type</ th >
597- < th > Description</ th >
598- < th > Default</ th >
599- </ tr > </ thead >
600- < tbody > < tr >
601- < td > $id</ td >
602- < td style ="white-space: normal; "> mixed</ td >
603- < td > < p > (default: null)</ p >
604- </ td >
605- < td > null</ td >
606- </ tr > </ tbody >
607- </ table >
608- < h4 > Return value</ h4 >
609- < table >
610- < thead > < tr >
611- < th > Type</ th >
612- < th > Description</ th >
613- </ tr > </ thead >
614- < tbody > < tr >
615- < td > void</ td >
616- < td > </ td >
617- </ tr > </ tbody >
618- </ table >
619- < h4 > Tags</ h4 >
620- < table >
621- < thead > < tr >
622- < th > Name</ th >
623- < th > Description</ th >
624- </ tr > </ thead >
625- < tbody > < tr >
626- < td > access</ td >
627- < td > public</ td >
628- </ tr > </ tbody >
629- </ table >
630- </ div >
631- < div class ="method ">
632579< a id ="AbstractResource::getProperty() "> </ a > < h3 > getProperty< span class ="nb-faded-text "> (
633580 mixed
634581
@@ -722,31 +669,43 @@ <h4>Tags</h4>
722669</ table >
723670</ div >
724671< div class ="method ">
725- < a id ="AbstractResource::populate() "> </ a > < h3 > populate< span class ="nb-faded-text "> (
726- mixed
672+ < a id ="AbstractResource::refresh() "> </ a > < h3 > refresh< span class ="nb-faded-text "> (
673+
674+
675+ $id
676+ = null,
677+
727678
728- $properties,
679+ $url
680+ = null,
729681
730682 )
731683 </ span >
732684 :
733- < span class ="nb-faded-text "> void </ span >
685+ < span class ="nb-faded-text "> n/a </ span >
734686</ h3 >
735- < h4 > Description</ h4 >
736- < em > Populate object from array/stdClass object.</ em > < br > < h4 > Arguments</ h4 >
687+ < h4 > Arguments</ h4 >
737688< table >
738689< thead > < tr >
739690< th > Name</ th >
740691< th > Type</ th >
741692< th > Description</ th >
742693< th > Default</ th >
743694</ tr > </ thead >
744- < tbody > < tr >
745- < td > $properties</ td >
746- < td style ="white-space: normal; "> mixed</ td >
695+ < tbody >
696+ < tr >
697+ < td > $id</ td >
698+ < td style ="white-space: normal; "> n/a</ td >
747699< td > </ td >
700+ < td > null</ td >
701+ </ tr >
702+ < tr >
703+ < td > $url</ td >
704+ < td style ="white-space: normal; "> n/a</ td >
748705< td > </ td >
749- </ tr > </ tbody >
706+ < td > null</ td >
707+ </ tr >
708+ </ tbody >
750709</ table >
751710< h4 > Return value</ h4 >
752711< table >
@@ -755,19 +714,8 @@ <h4>Return value</h4>
755714< th > Description</ th >
756715</ tr > </ thead >
757716< tbody > < tr >
758- < td > void</ td >
759- < td > </ td >
760- </ tr > </ tbody >
761- </ table >
762- < h4 > Tags</ h4 >
763- < table >
764- < thead > < tr >
765- < th > Name</ th >
766- < th > Description</ th >
767- </ tr > </ thead >
768- < tbody > < tr >
769- < td > access</ td >
770- < td > public</ td >
717+ < td > n/a</ td >
718+ < td > n/a</ td >
771719</ tr > </ tbody >
772720</ table >
773721</ div >
0 commit comments