_id() _id(string $name, string $val) : string Generate an ID attribute for an element. Ensures that id's for a given set of fields are unique. Parameters string $name The ID attribute name. string $val The ID attribute value. Returns string — Generated id.
_domId() _domId(string $value) : string Generate an ID suitable for use in an ID attribute. Parameters string $value The value to convert into an ID. Returns string — The generated id.