BrowscapPHP\Data\PropertyFormatter::__construct PHP Метод

__construct() публичный Метод

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