Changeset 3872:39861f53bcc0 for inc/core/class.dc.core.php
- Timestamp:
- 09/12/18 14:45:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.core.php
r3866 r3872 376 376 @return <b>string</b> Behavior concatened result 377 377 */ 378 public function callBehavior($behavior )378 public function callBehavior($behavior, ...$args) 379 379 { 380 380 if (isset($this->behaviors[$behavior])) { 381 $args = func_get_args();382 array_shift($args);383 384 381 $res = ''; 385 382
Note: See TracChangeset
for help on using the changeset viewer.