Attributable.php 102 B

12345678
  1. <?php
  2. interface Zend_Tool_Framework_Metadata_Attributable
  3. {
  4. public function getAttributes();
  5. }