getStackFactory() public method

"StackFactory" Factory :)
public getStackFactory ( $profile = null ) : StackFactory
$profile
return StackFormation\StackFactory
 protected function getStackFactory()
 {
     if (is_null($this->stackFactory)) {
         $this->stackFactory = $this->profileManager->getStackFactory(null);
     }
     return $this->stackFactory;
 }