File: OCI-Collection.xml

package info (click to toggle)
phpdox 0.12.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 7,672 kB
  • sloc: xml: 80,724; php: 9,167; makefile: 13
file content (57 lines) | stat: -rw-r--r-- 2,422 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="OCI-Collection" namespace="" name="OCI-Collection">
  <method name="append" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Appends element to the collection"/>
      <return type="bool"/>
    </docblock>
    <parameter name="value" optional="false" byreference="false" type="object" class="mixed"/>
  </method>
  <method name="assign" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Assigns a value to the collection from another existing collection"/>
      <return type="bool"/>
    </docblock>
    <parameter name="from" optional="false" byreference="false" type="object" class="OCI-Collection"/>
  </method>
  <method name="assignElem" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Assigns a value to the element of the collection"/>
      <return type="bool"/>
    </docblock>
    <parameter name="index" optional="false" byreference="false" type="int"/>
    <parameter name="value" optional="false" byreference="false" type="object" class="mixed"/>
  </method>
  <method name="free" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Frees the resources associated with the collection object"/>
      <return type="bool"/>
    </docblock>
  </method>
  <method name="getElem" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Returns value of the element"/>
      <return type="mixed"/>
    </docblock>
    <parameter name="index" optional="false" byreference="false" type="int"/>
  </method>
  <method name="max" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Returns the maximum number of elements in the collection"/>
      <return type="int"/>
    </docblock>
  </method>
  <method name="size" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Returns size of the collection"/>
      <return type="int"/>
    </docblock>
  </method>
  <method name="trim" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Trims elements from the end of the collection"/>
      <return type="bool"/>
    </docblock>
    <parameter name="num" optional="false" byreference="false" type="int"/>
  </method>
</class>