We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Go back to 2.2 Creating a Model Factory
Now that we have access to our data we can expose it as an official API. For that, we create the State interface:
View lib/iState.php
The interface defines two methods:
Now we can implement our State class.
Continue to 2.4 Implement State Class
There was an error while loading. Please reload this page.