BrowscapPHP\Data\PropertyFormatter::__construct PHP Method

__construct() public method

class constructor
public __construct ( PropertyHolder $propertyHolder )
$propertyHolder PropertyHolder
    public function __construct(PropertyHolder $propertyHolder)
    {
        $this->propertyHolder = $propertyHolder;
    }