__construct() public method

public __construct ( $name = null )
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->propertyFormatter = new PropertyFormatter();
 }