LdapTools\Utilities\UserParameters::setTSPropertyArray PHP 메소드

setTSPropertyArray() 공개 메소드

Set the TSPropertyArray data.
public setTSPropertyArray ( TSPropertyArray $tsPropertyArray = null )
$tsPropertyArray TSPropertyArray
    public function setTSPropertyArray(TSPropertyArray $tsPropertyArray = null)
    {
        $this->tsPropertyArray = $tsPropertyArray;
        return $this;
    }