ScriptFUSION\Porter\Cache\CacheItem::get PHP Method

get() public method

public get ( )
    public function get()
    {
        return $this->value;
    }

Usage Example

Example #1
0
 public function testGet()
 {
     self::assertSame('bar', $this->item->get());
 }