jd2007 Posted August 9, 2007 Share Posted August 9, 2007 How to create interfaces ? 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? 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(); } ?> 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 ! 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
Archived
This topic is now archived and is closed to further replies.