migrate to gtea from bistbucket
This commit is contained in:
14
public/restaurant/app/Interfaces/DropdownInterface.php
Normal file
14
public/restaurant/app/Interfaces/DropdownInterface.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
interface DropdownInterface
|
||||
{
|
||||
public function setTableName(string $tableName): self;
|
||||
|
||||
public function setPrimaryColumn(string $primaryColumn): self;
|
||||
|
||||
public function setSelectedColumns(array $selectedColumns): self;
|
||||
|
||||
public function getDropdowns(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user