Counter::__construct PHP Méthode

__construct() public méthode

public __construct ( )
    function __construct()
    {
        $this->count = 0;
    }