configure() public static method
Configures an object with the initial property values.
public static object configure ( $object, $properties ) | ||
---|---|---|
$object | object |
The object to be configured |
$properties | array |
The property initial values given in terms of name-value pairs. |
return | object |
The object itself |
Please login to continue.