Unix and Linux Discussions Tagged with exclude |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
3,430 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
646 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,217 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,335 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
1,832 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,026 |
Shell Programming and Scripting |
|
|
|
7 |
2,323 |
Shell Programming and Scripting |
|
|
|
5 |
2,003 |
Shell Programming and Scripting |
|
|
|
2 |
2,255 |
Shell Programming and Scripting |
|
|
|
6 |
16,992 |
AIX |
|
|
|
4 |
3,653 |
Shell Programming and Scripting |
|
|
|
7 |
1,821 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
6,670 |
Shell Programming and Scripting |
|
|
|
3 |
27,839 |
Shell Programming and Scripting |
|
|
|
3 |
10,403 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,369 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
4,026 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
21,171 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
99,670 |
Shell Programming and Scripting |
|
|
|
1 |
6,841 |
Shell Programming and Scripting |
|
|
|
5 |
7,017 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
4,493 |
Shell Programming and Scripting |
|
|
|
0 |
3,390 |
Shell Programming and Scripting |
|
|
|
4 |
54,290 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
68,003 |
Filesystems, Disks and Memory |
|
|
|
2 |
3,505 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
9,160 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
2,440 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,714 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
26,896 |
UNIX for Dummies Questions & Answers |
AGGREGATE_METHODS_BY_LIST(3) 1 AGGREGATE_METHODS_BY_LIST(3)
aggregate_methods_by_list - Selective dynamic class methods aggregation to an object
SYNOPSIS
void aggregate_methods_by_list (object $object, string $class_name, array $methods_list, [bool $exclude = false])
DESCRIPTION
Aggregates methods from a class to an existing object using a list of method names.
The class constructor or methods whose names start with an underscore character (_), which are considered private to the aggregated class,
are always excluded.
PARAMETERS
o $object
-
o $class_name
-
o $methods_list
-
o $exclude
- The optional parameter $exclude is used to decide whether the list contains the names of methods to include in the aggregation
(i.e. $exclude is FALSE), or to exclude from the aggregation ($exclude is TRUE).
RETURN VALUES
No value is returned.
SEE ALSO
aggregate(3), aggregate_info(3), aggregate_methods(3), aggregate_methods_by_regexp(3), aggregate_properties(3), aggregate_proper-
ties_by_list(3), aggregate_properties_by_regexp(3), deaggregate(3).
PHP Documentation Group AGGREGATE_METHODS_BY_LIST(3)