izzum\examples\inheritance\SuperHero::changeIntoCostume PHP Method

changeIntoCostume() public method

public changeIntoCostume ( SuperHero $entity )
$entity SuperHero
    public function changeIntoCostume(SuperHero $entity)
    {
        echo $this->name . " is changing into " . $this->name . " superhero costume: enter " . $this->alias . PHP_EOL;
    }