jd2007 Posted August 9, 2007 Share Posted August 9, 2007 How to create interfaces ? Quote Link to comment https://forums.phpfreaks.com/topic/64084-hi-how-to-create-interfaces/ Share on other sites More sharing options...
frost Posted August 9, 2007 Share Posted August 9, 2007 Can you be more specific? Do you have an example? Quote Link to comment https://forums.phpfreaks.com/topic/64084-hi-how-to-create-interfaces/#findComment-319364 Share on other sites More sharing options...
trq Posted August 9, 2007 Share Posted August 9, 2007 <?php interface foo { public function bar(); } ?> Quote Link to comment https://forums.phpfreaks.com/topic/64084-hi-how-to-create-interfaces/#findComment-319384 Share on other sites More sharing options...
jd2007 Posted August 10, 2007 Author Share Posted August 10, 2007 thanks ! Quote Link to comment https://forums.phpfreaks.com/topic/64084-hi-how-to-create-interfaces/#findComment-320227 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.