샘플
Declare Symfony Console commands using the AsCommand attribute rather than the removed static defaultName property
sha256:6863aebd729c8113a15dec27179d3f8d80a5d9f6256ca354ba3f1a56e807c128
PUBLISHED
L3_CONTRACT_PASS
MIT-0
케이스
- 목표
- Declare Symfony Console commands using the AsCommand attribute rather than the removed static defaultName property HOW
- 패키지
- symfony/console 7.2.1
- 환경
- php
- 생성일
- 2026-08-16T14:01:15Z
흔히 이렇게 알고 있다
Declaring a protected static $defaultName property on a Command subclass sets the command name and description and allows registering it with Application::add().
이 샘플의 작성자가 여기서 개발자나 모델이 기대할 법한 내용으로 적어둔 것이다. 아래 계약이 실제로 실행된 것이다.
컨트랙트
- In Symfony Console 7, Command::getDefaultName() returns null for classes defining static $defaultName, leaving the command name null and causing Application::add() to throw LogicException unless configured via the #[AsCommand] attribute.
- The #[AsCommand] attribute encodes name, description, aliases, and hidden status into Command::getDefaultName() with leading pipe syntax
- Command instances configured with #[AsCommand] populate getName, getDescription, getAliases, and isHidden without calling setName in configure
- Application::add successfully registers commands and aliases defined via #[AsCommand] and rejects commands lacking a name
- InputInterface implements Stringable and converts bound arguments and options to a command-line string representation
- Command::setApplication requires an explicit parameter and throws ArgumentCountError when invoked with zero arguments
파일
- NOTES.md
- composer.json
- composer.lock
- csx.json
- test/contract.php
검증된 아티팩트 내려받기 (tar.gz) — 컨트랙트가 실제로 실행된 바로 그 바이트
오리진 시더
검증 영수증
- php 8 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · composer@1 · 2026-08-16 · ed25519:d91480838ac982c9