PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
spotlight-social-photo-feeds
/
src
/
core
<?php namespace RebelCode\Spotlight\Instagram; use Dhii\Services\Factories\Value; class TierModule extends Module { /** @var int */ protected $tier; /** Constructor. */ public function __construct(int $tier) { $this->tier = $tier; } /** @inheritDoc */ public function getExtensions(): array { return [ 'plugin/tier' => new Value($this->tier), ]; } }
[+]
..
[+]
Config
[+]
RestApi
[+]
Actions
[-] CoreModule.php
[edit]
[+]
MediaStore
[+]
Wp
[-] ModuleInterface.php
[edit]
[-] Plugin.php
[edit]
[+]
PostTypes
[+]
Engine
[-] Module.php
[edit]
[+]
Notifications
[+]
Utils
[+]
SaaS
[-] PrefixingModule.php
[edit]
[+]
Di
[-] ErrorLog.php
[edit]
[+]
IgApi
[-] TierModule.php
[edit]
[-] Server.php
[edit]
[+]
Feeds