ConcretePrototype::__construct PHP Méthode

__construct() public méthode

public __construct ( $name )
    public function __construct($name)
    {
        $this->_name = $name;
    }
ConcretePrototype