File: DatePeriod.xml

package info (click to toggle)
phpdox 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,476 kB
  • sloc: xml: 66,377; php: 9,049; makefile: 18
file content (55 lines) | stat: -rw-r--r-- 2,802 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="DatePeriod" namespace="" name="DatePeriod">
  <implements name="Traversable" full="Traversable"/>
  <constant name="EXCLUDE_START_DATE" value="1">
    <docblock>
      <var type="integer"/>
    </docblock>
  </constant>
  <constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Creates a new DatePeriod object"/>
      <return type="void"/>
    </docblock>
    <parameter name="start" optional="false" byreference="false" type="object" class="DateTimeInterface"/>
    <parameter name="interval" optional="false" byreference="false" type="object" class="DateInterval"/>
    <parameter name="recurrences" optional="false" byreference="false" type="int"/>
    <parameter name="options" optional="true" byreference="false" type="int"/>
  </constructor>
  <constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Creates a new DatePeriod object"/>
      <return type="void"/>
    </docblock>
    <parameter name="start" optional="false" byreference="false" type="object" class="DateTimeInterface"/>
    <parameter name="interval" optional="false" byreference="false" type="object" class="DateInterval"/>
    <parameter name="end" optional="false" byreference="false" type="object" class="DateTimeInterface"/>
    <parameter name="options" optional="true" byreference="false" type="int"/>
  </constructor>
  <constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Creates a new DatePeriod object"/>
      <return type="void"/>
    </docblock>
    <parameter name="isostr" optional="false" byreference="false" type="string"/>
    <parameter name="options" optional="true" byreference="false" type="int"/>
  </constructor>
  <method name="getDateInterval" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="&#10;   Gets the interval&#10;  ">Object oriented style</description>
      <return type="DateInterval"/>
    </docblock>
  </method>
  <method name="getEndDate" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="&#10;   Gets the end date&#10;  ">Object oriented style</description>
      <return type="DateTimeInterface"/>
    </docblock>
  </method>
  <method name="getStartDate" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="&#10;   Gets the start date&#10;  ">Object oriented style</description>
      <return type="DateTimeInterface"/>
    </docblock>
  </method>
</class>