File: pht_Thread.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 (45 lines) | stat: -rw-r--r-- 1,994 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="pht\Thread" namespace="pht" name="Thread">
  <method name="addClassTask" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Class threading"/>
      <return type="void"/>
    </docblock>
    <parameter name="className" optional="false" byreference="false" type="string"/>
    <parameter name="...ctorArgs" optional="true" byreference="false" type="object" class="mixed"/>
  </method>
  <method name="addFileTask" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="File threading"/>
      <return type="void"/>
    </docblock>
    <parameter name="fileName" optional="false" byreference="false" type="string"/>
    <parameter name="...globals" optional="true" byreference="false" type="object" class="mixed"/>
  </method>
  <method name="addFunctionTask" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Function threading"/>
      <return type="void"/>
    </docblock>
    <parameter name="func" optional="false" byreference="false" type="object" class="callable"/>
    <parameter name="...funcArgs" optional="true" byreference="false" type="object" class="mixed"/>
  </method>
  <method name="join" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Joins a thread"/>
      <return type="void"/>
    </docblock>
  </method>
  <method name="start" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Starts the new thread"/>
      <return type="void"/>
    </docblock>
  </method>
  <method name="taskCount" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Gets a thread's task count"/>
      <return type="int"/>
    </docblock>
  </method>
</class>