ConcreteDecoratorA::__construct PHP Method

__construct() public method

具体装饰类A
public __construct ( Component $component )
$component Component
    public function __construct(Component $component)
    {
        parent::__construct($component);
    }