Skip to content

Instantly share code, notes, and snippets.

@DavidMikeSimon
Last active August 29, 2015 13:55
Show Gist options
  • Select an option

  • Save DavidMikeSimon/8734067 to your computer and use it in GitHub Desktop.

Select an option

Save DavidMikeSimon/8734067 to your computer and use it in GitHub Desktop.
<?php
if ($parent = $cls->getParentClass()) {
if ($parent->hasMethod("acModelTraitsGetMethodMap")) {
$pmap = parent::acModelTraitsGetMethodMap();
$metaMap[$clsname] = array_merge($metaMap[$clsname], $pmap);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment