Search Results

1
vote

Making one interface overwrite a method it inherits from another interface in PHP

My first thoughts where the same as Ryans, I don't think interfaces should have constructors. …