Вход Регистрация
Файл: vendor/nette/schema/src/Schema/Schema.php
Строк: 29
<?php

/**
 * This file is part of the Nette Framework (https://nette.org)
 * Copyright (c) 2004 David Grudl (https://davidgrudl.com)
 */

declare(strict_types=1);

namespace 
NetteSchema;


interface 
Schema
{
    
/**
     * Normalization.
     * @return mixed
     */
    
function normalize(mixed $valueContext $context);

    
/**
     * Merging.
     * @return mixed
     */
    
function merge(mixed $valuemixed $base);

    
/**
     * Validation and finalization.
     * @return mixed
     */
    
function complete(mixed $valueContext $context);

    
/**
     * @return mixed
     */
    
function completeDefault(Context $context);
}
Онлайн: 1
Реклама