<?php namespace anotherapp\model; class ModelFromAnotherApp{ public function onePlusOne(){ return 1 + 1; } }