mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 10:02:42 +00:00
more missing doc block tags added
This commit is contained in:
parent
44952b06a4
commit
0d09a54033
49 changed files with 275 additions and 9 deletions
|
@ -64,6 +64,7 @@ class ScaffoldMockControllerWithFields extends Controller {
|
|||
* function beforeScaffold
|
||||
*
|
||||
* @param string method
|
||||
* @return boolean true
|
||||
*/
|
||||
public function beforeScaffold($method) {
|
||||
$this->set('scaffoldFields', array('title'));
|
||||
|
@ -82,7 +83,8 @@ class TestScaffoldMock extends Scaffold {
|
|||
/**
|
||||
* Overload _scaffold
|
||||
*
|
||||
* @param unknown_type $params
|
||||
* @param CakeRequest $request
|
||||
* @return void
|
||||
*/
|
||||
protected function _scaffold(CakeRequest $request) {
|
||||
$this->_params = $request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue