Adldap\Objects\BatchModification::__construct PHP Method

__construct() public method

Constructor.
public __construct ( null | string $attribute = null, null | integer $type = null, array $values = [] )
$attribute null | string
$type null | integer
$values array
    public function __construct($attribute = null, $type = null, $values = [])
    {
        $this->setAttribute($attribute)->setType($type)->setValues($values);
    }