Task #76912
closed
Epic #73121: Render() method arguments should be moved to initializeArguments()
Move method arguments to initializeArguments() in ext:install
Added by Wouter Wolters over 8 years ago.
Updated about 6 years ago.
Description
Move method arguments to initializeArguments() in ext:install
sysext/install/Tests/Unit/ViewHelpers/Format/PhpErrorCodeViewHelperTest.php:76: $actualString = $this->viewHelper->render($errorCode);
sysext/install/Classes/ViewHelpers/Be/ContainerViewHelper.php:65: public function render($pageTitle = '', $addCssFiles = array(), $addJsFiles = array())
sysext/install/Classes/ViewHelpers/File/SizeViewHelper.php:51: public function render($format = true)
sysext/install/Classes/ViewHelpers/File/ImageDimensionViewHelper.php:50: public function render($dimension = 'width')
sysext/install/Classes/ViewHelpers/File/ExistsViewHelper.php:43: public function render($file)
sysext/install/Classes/ViewHelpers/ConstantViewHelper.php:33: public function render($name)
sysext/install/Classes/ViewHelpers/Format/CropViewHelper.php:58: public function render($maxCharacters)
sysext/install/Classes/ViewHelpers/Format/PhpErrorCodeViewHelper.php:54: public function render($phpErrorCode)
- Status changed from New to In Progress
- Status changed from In Progress to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF