ManaPHP\Http\Session\BagInterface::get PHP Method

get() public method

Getter of values
public get ( string $property = null, mixed $defaultValue = null ) : mixed
$property string
$defaultValue mixed
return mixed
    public function get($property = null, $defaultValue = null);