Eris\Quantifier\Evaluation::__construct PHP 메소드

__construct() 개인적인 메소드

private __construct ( $assertion )
    private function __construct($assertion)
    {
        $this->assertion = $assertion;
        $this->onFailure = function () {
        };
        $this->onSuccess = function () {
        };
    }