CodeExplorer getAttributeBag example
$this->flashName =
$flashes->
getName();
$this->
registerBag($flashes);
} public function start(): bool
{ return $this->storage->
start();
} public function has(string
$name): bool
{ return $this->
getAttributeBag()->
has($name);
} public function get(string
$name, mixed
$default = null
): mixed
{ return $this->
getAttributeBag()->
get($name,
$default);
} /**
* @return void
*/
public function set(string
$name, mixed
$value) { $this->flashName =
$flashes->
getName();
$this->
registerBag($flashes);
} public function start(): bool
{ return $this->storage->
start();
} public function has(string
$name): bool
{ return $this->
getAttributeBag()->
has($name);
} public function get(string
$name, mixed
$default = null
): mixed
{ return $this->
getAttributeBag()->
get($name,
$default);
} /**
* @return void
*/
public function set(string
$name, mixed
$value) {