Lines Matching refs:symbols
30 contain all types of symbols. Zend will get the notion of a current
34 operator. It will be possible to "import" symbols from one namespace
44 The namespace operator ":" is used to refer to symbols in other
54 To refer to symbols in the global namespace, symbols are prefixed with
116 # Should it be possible to "add" symbols to a namespace by including a
123 It is possible to import symbols from another namespace into the
126 import * from HTML; // all symbols
128 import Form from HTML; // single symbols
130 import Form,Table from HTML; // multiple symbols
141 And finally, you may import all symbols of a given type:
145 The namespace with its symbols must already be defined before using