ManaPHP\Http\Session\BagInterface::get PHP Метод

get() публичный Метод

Getter of values
public get ( string $property = null, mixed $defaultValue = null ) : mixed
$property string
$defaultValue mixed
Результат mixed
    public function get($property = null, $defaultValue = null);