Documentation

Processor
in package

Table of Contents

buildPropertiesString()  : string
Build the property-string for multiple properties
convertArrayToObjects()  : array<string|int, Property>
Converts an array of property-strings into objects
convertToObject()  : Property|null
Converts a property-string into an object
splitIntoSeparateProperties()  : array<string|int, string>
Split a string into separate properties
cleanup()  : string

Methods

buildPropertiesString()

Build the property-string for multiple properties

public buildPropertiesString(array<string|int, Property$properties) : string
Parameters
$properties : array<string|int, Property>
Return values
string

convertArrayToObjects()

Converts an array of property-strings into objects

public convertArrayToObjects(array<string|int, string> $properties[, Specificity $specificity = null ]) : array<string|int, Property>
Parameters
$properties : array<string|int, string>
$specificity : Specificity = null
Return values
array<string|int, Property>

convertToObject()

Converts a property-string into an object

public convertToObject(string $property[, Specificity $specificity = null ]) : Property|null
Parameters
$property : string
$specificity : Specificity = null
Return values
Property|null

splitIntoSeparateProperties()

Split a string into separate properties

public splitIntoSeparateProperties(string $propertiesString) : array<string|int, string>
Parameters
$propertiesString : string
Return values
array<string|int, string>

cleanup()

private cleanup(string $string) : string
Parameters
$string : string
Return values
string

Search results