ConcreteDecoratorB::__construct PHP Méthode

__construct() public méthode

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