Type Method 型メソッド

isSelectorExcludedFromWebScript:

Returns whether a selector should be hidden from the scripting environment.

Declaration 宣言

+ (BOOL)isSelectorExcludedFromWebScript:(SEL)selector;

Parameters パラメータ

aSelector

The selector.

Return Value 戻り値

YES if the selector specified by aSelector should be hidden from the scripting environment; otherwise, NO.

Discussion 解説

Only methods with valid parameters and return types are exported to the WebKit JavaScript environment. The valid types are Objective-C objects and scalars. The default value is YES.

See Also 参照

Getting attributes