LdapTools\Utilities\UserParameters::getTSPropertyArray PHP Method

getTSPropertyArray() public method

Get the TSPropertyArray data.
public getTSPropertyArray ( ) : TSPropertyArray | null
return TSPropertyArray | null
    public function getTSPropertyArray()
    {
        return $this->tsPropertyArray;
    }