REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.08 KB
Close
/home/jambtst2015/9jahookups.com/libraries/src/Association/AssociationServiceTrait.php
Text
Base64
<?php /** * Joomla! Content Management System * * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE */ namespace Joomla\CMS\Association; \defined('JPATH_PLATFORM') or die; /** * Trait to implement AssociationServiceInterface * * @since 4.0.0 */ trait AssociationServiceTrait { /** * The association extension. * * @var AssociationExtensionInterface * * @since 4.0.0 */ private $associationExtension = null; /** * Returns the associations extension helper class. * * @return AssociationExtensionInterface * * @since 4.0.0 */ public function getAssociationsExtension(): AssociationExtensionInterface { return $this->associationExtension; } /** * The association extension. * * @param AssociationExtensionInterface $associationExtension The extension * * @return void * * @since 4.0.0 */ public function setAssociationExtension(AssociationExtensionInterface $associationExtension) { $this->associationExtension = $associationExtension; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AssociationExtensionHelper.php
5.58 KB
lrw-r--r--
2021-08-23 19:07:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AssociationExtensionInterface.php
901 B
lrw-r--r--
2021-08-23 19:07:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AssociationServiceInterface.php
585 B
lrw-r--r--
2021-08-23 19:07:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AssociationServiceTrait.php
1.08 KB
lrw-r--r--
2021-08-23 19:07:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).