|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
Defined in php2go.js
| Method Summary | |
<static> Object
|
extend(<Object> dst, <Object> src, <Boolean> ov)
Makes all properties and methods of src available to dst |
<static> Object
|
ifUndef(<Object> obj, <Object> def)
Tests a given object and returns a default value when it's undefined |
<static> Boolean
|
isArray(<Object> obj)
Checks if a given object is an array |
<static> Boolean
|
isElement(<Object> obj)
Checks if the given object is a DOM node |
<static> Boolean
|
isFunc(<Object> obj)
Checks if a given object is a function |
<static> Boolean
|
isIterable(<Object> obj)
Checks if a given object is iterable |
<static> Boolean
|
isNumber(<Object> obj)
Checks if a given object is a number |
<static> Boolean
|
isString(<Object> obj)
Checks if a given object is a string |
<static> Boolean
|
isUndef(<Object> obj)
Checks if a given object is undefined |
<static> String
|
serialize(<Object> obj)
Dumps information about a given object. |
<static> Number
|
toPixels(<String> val)
Parses the value of a style property |
| Method Detail |
<static> Object extend(<Object> dst, <Object> src, <Boolean> ov)
dst - Target
src - Source
ov - Override existent properties
<static> Object ifUndef(<Object> obj, <Object> def)
obj - Object
def - Fallback value
<static> Boolean isArray(<Object> obj)
obj - Object
<static> Boolean isElement(<Object> obj)
obj - Object
<static> Boolean isFunc(<Object> obj)
obj - Object
<static> Boolean isIterable(<Object> obj)
obj - Object
<static> Boolean isNumber(<Object> obj)
obj - Object
<static> Boolean isString(<Object> obj)
obj - Object
<static> Boolean isUndef(<Object> obj)
obj - Object
<static> String serialize(<Object> obj)
obj - Object to be serialized out
<static> Number toPixels(<String> val)
val - Property value
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||