Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created June 10, 2013 13:50
Show Gist options
  • Save bakura10/5748850 to your computer and use it in GitHub Desktop.
Save bakura10/5748850 to your computer and use it in GitHub Desktop.
<?php
public function coucou()
{
foreach ($this->nSide as $n) {
$n->setMyFlag(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment