getAttribute() public abstract method
Returns the named attribute value.
If this record is the result of a query and the attribute is not loaded, null
will be returned.
See also hasAttribute().
public abstract mixed getAttribute ( $name ) | ||
---|---|---|
$name | string |
The attribute name |
return | mixed |
The attribute value. |
Please login to continue.