mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use constants for defaults, use namespaces
This commit is contained in:
parent
ea30508f52
commit
a8b2fa0d23
15 changed files with 55 additions and 41 deletions
|
|
@ -4,9 +4,11 @@ declare(strict_types=1);
|
|||
|
||||
namespace Yggverse\Yoda\Entity\Browser\Container\Page\Navbar;
|
||||
|
||||
class Request extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\Entry
|
||||
use \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Navbar\Entry;
|
||||
|
||||
class Request extends Entry
|
||||
{
|
||||
protected string $_placeholder = 'URL or search term...';
|
||||
public const PLACEHOLDER = 'URL or search term...';
|
||||
|
||||
private ?int $_changed = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue