PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
spotlight-social-photo-feeds
/
src
/
core
/
Config
<?php namespace RebelCode\Spotlight\Instagram\Config; /** * A config entry implementation that does nothing. * * @see ConfigService */ class NullConfigEntry implements ConfigEntry { /** @inheritDoc */ public function getValue() { return null; } /** @inheritDoc */ public function setValue($value) { } }
[+]
..
[-] NullConfigEntry.php
[edit]
[-] ConfigEntry.php
[edit]
[-] ConfigSet.php
[edit]
[-] WpOption.php
[edit]