Api\ArrayType\ApiArrayOfErrorProject::__construct PHP 메소드

__construct() 공개 메소드

Constructor method for ArrayOfError
public __construct ( array $error = [] )
$error array
    public function __construct(array $error = array())
    {
        $this->setError($error);
    }