Sirius\Validation\Validator::getErroMessagePrototype PHP Method

getErroMessagePrototype() public method

Retrieve the error message prototype
public getErroMessagePrototype ( ) : Sirius\Validation\ErrorMessage
return Sirius\Validation\ErrorMessage
    public function getErroMessagePrototype()
    {
        return $this->errorMessagePrototype;
    }