Skip to content

Instantly share code, notes, and snippets.

@bobmagicii
Created June 5, 2014 18:05
Show Gist options
  • Save bobmagicii/9911ac1873eca8d5c12b to your computer and use it in GitHub Desktop.
Save bobmagicii/9911ac1873eca8d5c12b to your computer and use it in GitHub Desktop.
<?php
$nslist = $this->Scanner->getNamespaces();
foreach($nslist as $ns) {
if(strpos($ns->getName(),$what) === 0) {
$this->NoticeNamespace($ns->getName());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment