~vcs-imports/helix/helix

« back to all changes in this revision

Viewing changes to trunk/modules/AWS/Objects/HitdateExtension.php

  • Committer: damianobrien
  • Date: 2015-06-12 05:13:06 UTC
  • Revision ID: svn-v4:05b9009a-c606-4cef-bdc0-1359a4facf5f::417

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * This is an extension of the HitdateRelationships class in the Helix Class Library
 
4
 * 
 
5
 * Add methods and/or properties to this class to extend the functionality of the
 
6
 * Hitdate class family.  Changes to this class will affect all sites that use
 
7
 * this installation of the Helix Class Library.
 
8
 * 
 
9
 * If you need to customize this class for a single site, custom code should be placed
 
10
 * in a class called Hitdate, and should extend the HitdateExtension class.
 
11
 * The custom code file should be in the site folder called: library/Hitdate.php
 
12
 * 
 
13
 * Object -> Hitdate
 
14
 */
 
15
class HitdateExtension extends HitdateRelationships {
 
16
 
 
17
}
 
18
?>
 
 
b'\\ No newline at end of file'