Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


SplEnum::__construct

(PECL spl_types >= 0.1.0)

SplEnum::__constructConstructs an enumeger object type

Описание

SplEnum::__construct ( void )

This constructor is used to set the value and the strictness of the "Enum" Object.

Список параметров

input

The input parameter accepts an integer and will throw an UnexpectedValueException if anything else is passed.

strict

A boolean variable to indicate wether the object's strictness should be set or not.

Возвращаемые значения

Эта функция не возвращает значения после выполнения.

Примеры

Пример #1 SplEnum::__construct() example

<?php

class EnumOne extends SplEnum
{
    const 
__default 1;
}

class 
EnumTwo extends SplEnum
{
    const 
__default 2;
}

class 
EnumThree extends SplEnum
{
    const 
__default 3;
}

$enumOne   = new EnumOne();
$enumTwo   = new EnumTwo();
$enumThree = new EnumThree();


echo 
'Enum one  : ' $enumOne   PHP_EOL;
echo 
'Enum two  : ' $enumTwo   PHP_EOL;
echo 
'Enum three: ' $enumThree PHP_EOL;
?>

Результат выполнения данного примера:

Enum one  : 1
Enum two  : 2
Enum three: 3






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |