���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home3/cpr76684/public_html/Aem/lib/spout/src/Spout/Common/Entity/Style/CellAlignment.php
���ѧ٧ѧ�
<?php namespace Box\Spout\Common\Entity\Style; /** * Class Alignment * This class provides constants to work with text alignment. */ abstract class CellAlignment { const LEFT = 'left'; const RIGHT = 'right'; const CENTER = 'center'; const JUSTIFY = 'justify'; private static $VALID_ALIGNMENTS = [ self::LEFT => 1, self::RIGHT => 1, self::CENTER => 1, self::JUSTIFY => 1, ]; /** * @param string $cellAlignment * * @return bool Whether the given cell alignment is valid */ public static function isValid($cellAlignment) { return isset(self::$VALID_ALIGNMENTS[$cellAlignment]); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�