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

getInterfaces() public method

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