Youshido\Tests\Schema\ClassReservation::getInterfaces PHP Method

getInterfaces() public method

public getInterfaces ( )
    public function getInterfaces()
    {
        return [new ReservationInterface()];
    }
ClassReservation