/
var
/
www
/
vhosts
/
ihelp.ro
/
ajutam.ro
/
wp-content
/
plugins
/
give
/
src
/
Tracking
/
Contracts
/
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Tracking/Contracts
mkdir
upload
Name
Size
Mode
Actions
TrackData.php
346
0644
edit
dl
rm
TrackEvent.php
868
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Tracking/Contracts/TrackData.php
(346B)
<?php namespace Give\Tracking\Contracts; /** * Class TrackData * * This interface represents a Track Data collection * * @package Give\Tracking * @since 2.10.0 */ interface TrackData { /** * Returns the collection data. * * @since 2.10.0 * @return array The collection data. */ public function get(); }
Save