TOP

Mobi_Mtld_DA_Device_PostWalkRules

This class is used by the main API class and should not be used directly.
Source
PostWalkRules.php
Depends on
The
Package
Mobi\Mtld\DA\Device
Author
DeviceAtlas Limited

Methods

getRequiredProperties

The $obj->getRequiredProperties()

Get a list of all the required properties that are needed for this class to properly run its rules.

Returns

The
list of required properties.

propIsOutput

TRUE $obj->propIsOutput(integer $propertyId)

Check if the property is used in the rules and so can be found from them. This is used in Api.getProperty() to avoid calling the methods in the class if the property that is being looked for cannot be found here.

Arguments

    $propertyId (integer)
    The ID of the property that is sought

Returns

TRUE
if the propertyId is used, FALSE otherwise