summaryrefslogtreecommitdiff
path: root/includes/classes/ContactXrefType.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/classes/ContactXrefType.php')
-rwxr-xr-xincludes/classes/ContactXrefType.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/includes/classes/ContactXrefType.php b/includes/classes/ContactXrefType.php
deleted file mode 100755
index a88d2bd..0000000
--- a/includes/classes/ContactXrefType.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-/**
- * @package contact
- * @subpackage classes
- */
-
-namespace Bitweaver\Contact;
-
-use Bitweaver\Liberty\LibertyXrefType;
-
-class ContactXrefType extends LibertyXrefType {
-
- public static function getContactXrefTypeList( $pOptionHash = NULL ) {
- if( $pOptionHash === NULL ) {
- $pOptionHash = [];
- }
- $pOptionHash['content_type_guid'] = 'contact';
- return LibertyXrefType::getXrefTypeList( $pOptionHash );
- }
-}