Neos\Flow\Tests\Unit\ObjectManagement\Fixture\BasicClass::initializeAfterPropertiesSet PHP 메소드

initializeAfterPropertiesSet() 공개 메소드

The object initialization method which is called after properties have been injected.
public initializeAfterPropertiesSet ( ) : void
리턴 void
    public function initializeAfterPropertiesSet()
    {
        $this->hasBeenInitialized = $this->firstDependency !== null ? true : 'yes, but no property was injected!';
    }