get() public method

{@inheritDoc}
public get ( )
Beispiel #1
0
 public function testGet()
 {
     $cookie = new FuelPHPCookie('foo');
     $this->assertEquals('baz', $cookie->get());
 }